about summary refs log tree commit diff
path: root/lib/libpbm.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpbm.h')
-rw-r--r--lib/libpbm.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/libpbm.h b/lib/libpbm.h
new file mode 100644
index 00000000..827c9d7e
--- /dev/null
+++ b/lib/libpbm.h
@@ -0,0 +1,12 @@
+/* This is the intra-libnetpbm interface header file for libpbm*.c
+*/
+
+#ifndef LIBPBM_H_INCLUDED
+#define LIBPBM_H_INCLUDED
+
+void
+pbm_readpbminitrest(FILE * file,
+                    int  * colsP,
+                    int *  rowsP);
+
+#endif