about summary refs log tree commit diff
path: root/lib/util/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/io.h')
-rw-r--r--lib/util/io.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/util/io.h b/lib/util/io.h
new file mode 100644
index 00000000..39ccd14b
--- /dev/null
+++ b/lib/util/io.h
@@ -0,0 +1,11 @@
+#ifndef IO_H_INCLUDED
+#define IO_H_INCLUDED
+
+#include <stdio.h>
+
+void
+pm_freadline(FILE *        const fileP,
+             const char ** const lineP,
+             const char ** const errorP);
+
+#endif