1 /* This is the intra-libnetpbm interface header file for libpbm*.c
2 */
3 
4 #ifndef LIBPBM_H_INCLUDED
5 #define LIBPBM_H_INCLUDED
6 
7 void
8 pbm_readpbminitrest(FILE * file,
9                     int  * colsP,
10                     int *  rowsP);
11 
12 #endif
13