/usr/include/libppm.h is in libnetpbm9-dev 2:10.0-15.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | /* libppm.h - internal header file for libppm portable pixmap library
*/
#ifndef _LIBPPM_H_
#define _LIBPPM_H_
#include "libpgm.h"
/* Here are some routines internal to the ppm library. */
void ppm_readppminitrest ARGS(( FILE* file, int* colsP, int* rowsP, pixval* maxvalP ));
#endif /*_LIBPPM_H_*/
|