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