about summary refs log tree commit diff
path: root/lib/libpam.h
blob: 2d4f29d7711c74c1cc6f002751ab30a80b756f26 (plain) (blame)
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 "pgm.h"

void
pnm_readpaminitrestaspnm(FILE * const fileP,
                         int *  const colsP,
                         int *  const rowsP,
                         gray * const maxvalP,
                         int *  const formatP);

#endif