ftp.nice.ch/pub/next/unix/security/pgp.2.3A.NI.sd.tar.gz#/src/config.h

This is config.h in view mode; [Download] [Up]

#ifndef CONFIGP_H
#define CONFIGP_H

/* The types of input we can expect */

typedef enum { BOOL, NUMERIC, STRING } INPUT_TYPE;

extern int processConfigLine( char *option );
extern int processConfigFile( char *configFileName );

#endif	/* ifndef CONFIGP_H */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.