home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d473
/
cnewssrc
/
cnews_src.lzh
/
include
/
config.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-22
|
603b
|
23 lines
/* :ts=4
* configuration-inquiry functions
*
* $Log$
*/
#ifndef _CONFIG_H
#define _CONFIG_H
extern char *artfile(); /* article pathname, may be relative */
extern char *fullartfile(); /* article full pathname */
extern char *ctlfile(); /* control-file name */
extern char *binfile(); /* program pathname */
extern char *newspath(); /* PATH */
extern int newsumask(); /* umask */
extern char *newsmaster(); /* place to mail complaints to */
extern void cd(); /* chdir() with errunlock() on failure */
extern void unprivileged(); /* user-supplied privilege dropper */
#endif /* _CONFIG_H */