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

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

#endif