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