about summary refs log tree commit diff
path: root/lib/libpam.h
blob: 9f8a34d0f081f91d959324f27d0d8eb2b7bf0817 (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