From 1fd361a1ea06e44286c213ca1f814f49306fdc43 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 19 Aug 2006 03:12:28 +0000 Subject: Create Subversion repository git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/libppm.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 lib/libppm.h (limited to 'lib/libppm.h') diff --git a/lib/libppm.h b/lib/libppm.h new file mode 100644 index 00000000..ec2a173d --- /dev/null +++ b/lib/libppm.h @@ -0,0 +1,15 @@ +/* This is the intra-libnetpbm interface header file for libppm*.c +*/ + +#ifndef LIBPPM_H_INCLUDED +#define LIBPPM_H_INCLUDED + +#include "ppm.h" + +void +ppm_readppminitrest(FILE * const file, + int * const colsP, + int * const rowsP, + pixval * const maxvalP); + +#endif -- cgit 1.4.1