home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Stars of Shareware: Programmierung
/
SOURCE.mdf
/
programm
/
msdos
/
c
/
pgp23asr
/
pgpsrc23
/
config.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-05-09
|
271b
|
12 lines
#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 */