summaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authorJanne Blomqvist <jb@gcc.gnu.org>2009-05-27 18:22:34 +0300
committerJanne Blomqvist <jb@gcc.gnu.org>2009-05-27 18:22:34 +0300
commitc1df0e1ac5fa4fae5dabbace846c1aefeca3e4a9 (patch)
tree3331211769c9579c1bb7a4a0eac15bcf7358bc54 /libgfortran/libgfortran.h
parent634fa334d3a8cac5124fc120ac95a51e36b6a968 (diff)
downloadgcc-c1df0e1ac5fa4fae5dabbace846c1aefeca3e4a9.tar.gz
Revert part of r147883 that breaks ABI
From-SVN: r147915
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r--libgfortran/libgfortran.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h
index 85b454d1c32..3591fa9c279 100644
--- a/libgfortran/libgfortran.h
+++ b/libgfortran/libgfortran.h
@@ -610,6 +610,9 @@ export_proto(set_args);
extern void get_args (int *, char ***);
internal_proto(get_args);
+extern void store_exe_path (const char *);
+export_proto(store_exe_path);
+
extern char * full_exe_path (void);
internal_proto(full_exe_path);