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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/pm.h b/lib/pm.h
index b3c3d202..ebad448d 100644
--- a/lib/pm.h
+++ b/lib/pm.h
@@ -380,6 +380,11 @@ pm_getline(FILE *   const ifP,
            int *    const eofP,
            size_t * const lineLenP);
 
+void
+pm_readfile(FILE *                 const fileP,
+            const unsigned char ** const bytesP,
+            size_t *               const szP);
+
 short
 pm_bs_short(short const s);