home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 1
/
Meeting Pearls Vol 1 (1994).iso
/
installed_progs
/
util
/
pgp
/
pgpamiga
/
source
/
config.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-05-09
|
260 b
|
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 */