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