home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1999 May
/
pcp151c.iso
/
misc
/
src
/
install
/
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
|
1998-07-10
|
244 b
|
11 lines
#ifndef H_CONFIG
#define H_CONFIG
int timeConfig(char * rootPath);
int mouseConfig(char * rootPath);
int xfree86Config(char * rootPath, char *mode);
void configPCMCIA(char * rootPath, char * pcic);
int servicesConfig(char * rootPath);
#endif