aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>2006-06-25 10:46:09 +0200
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2006-06-25 08:46:09 +0000
commitee4ac5b0b4976500b80b9ecd4c4c4a6bb1d0c30a (patch)
tree44a8d16184c1c4ba34a6ea14af01f249a83ced1c /libgfortran/libgfortran.h
parent7f09067fef14f06c19e4625d089de69d05fef232 (diff)
downloadgcc-ee4ac5b0b4976500b80b9ecd4c4c4a6bb1d0c30a.zip
gcc-ee4ac5b0b4976500b80b9ecd4c4c4a6bb1d0c30a.tar.gz
gcc-ee4ac5b0b4976500b80b9ecd4c4c4a6bb1d0c30a.tar.bz2
io.h: Move proto for unit_to_fd...
* io/io.h: Move proto for unit_to_fd... * libgfortran.h: ...here. From-SVN: r114983
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 8a57bfa..cb3d658 100644
--- a/libgfortran/libgfortran.h
+++ b/libgfortran/libgfortran.h
@@ -545,6 +545,9 @@ internal_proto(init_units);
extern void close_units (void);
internal_proto(close_units);
+extern int unit_to_fd (int);
+internal_proto(unit_to_fd);
+
/* stop.c */
extern void stop_numeric (GFC_INTEGER_4);