1 /* This is the intra-libnetpbm interface header file for libpam.c
2 */
3 
4 #ifndef LIBPAM_H_INCLUDED
5 #define LIBPAM_H_INCLUDED
6 
7 #include "pgm.h"
8 
9 void
10 pnm_readpaminitrestaspnm(FILE * const fileP,
11                          int *  const colsP,
12                          int *  const rowsP,
13                          gray * const maxvalP,
14                          int *  const formatP);
15 
16 #endif
17 
18