about summary refs log tree commit diff
path: root/lib/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pm.h')
-rw-r--r--lib/pm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/pm.h b/lib/pm.h
index 4f56dc5a..3fc92fb4 100644
--- a/lib/pm.h
+++ b/lib/pm.h
@@ -373,6 +373,13 @@ char*
 pm_read_unknown_size(FILE * const ifP,
                      long * const buf);
 
+void
+pm_getline(FILE *   const ifP,
+           char **  const bufferP,
+           size_t * const bufferSzP,
+           int *    const eofP,
+           size_t * const lineLenP);
+
 short
 pm_bs_short(short const s);