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