about summary refs log tree commit diff
path: root/lib/libpgm.h
blob: eb292c803250a7b1eab81afa7f16ad7e8bc1d09d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* This is the intra-libnetpbm interface header file for libpgm*.c
*/

#ifndef LIBPGM_H_INCLUDED
#define LIBPGM_H_INCLUDED

#include "pgm.h"

void
pgm_readpgminitrest(FILE * const file,
                    int *  const colsP,
                    int *  const rowsP,
                    gray * const maxvalP);

#endif