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/libpam.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lib/libpam.h (limited to 'lib/libpam.h') diff --git a/lib/libpam.h b/lib/libpam.h new file mode 100644 index 00000000..4b8e6693 --- /dev/null +++ b/lib/libpam.h @@ -0,0 +1,17 @@ +/* This is the intra-libnetpbm interface header file for libpam.c +*/ + +#ifndef LIBPAM_H_INCLUDED +#define LIBPAM_H_INCLUDED + +#include "pam.h" + +void +pnm_readpaminitrestaspnm(FILE * const fileP, + int * const colsP, + int * const rowsP, + gray * const maxvalP, + int * const formatP); + +#endif + -- cgit 1.4.1