summaryrefslogtreecommitdiff
path: root/libgfortran/io/fbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/io/fbuf.h')
-rw-r--r--libgfortran/io/fbuf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libgfortran/io/fbuf.h b/libgfortran/io/fbuf.h
index 253b2adcf8..220c8d7b56 100644
--- a/libgfortran/io/fbuf.h
+++ b/libgfortran/io/fbuf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2009-2014 Free Software Foundation, Inc.
+/* Copyright (C) 2009-2015 Free Software Foundation, Inc.
Contributed by Janne Blomqvist
This file is part of the GNU Fortran runtime library (libgfortran).
@@ -59,6 +59,9 @@ internal_proto(fbuf_alloc);
extern int fbuf_flush (gfc_unit *, unit_mode);
internal_proto(fbuf_flush);
+extern int fbuf_flush_list (gfc_unit *, unit_mode);
+internal_proto(fbuf_flush_list);
+
extern int fbuf_seek (gfc_unit *, int, int);
internal_proto(fbuf_seek);