home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff319.lzh / CNewsSrc / cnews.orig.lzh / h / config.h < prev    next >
C/C++ Source or Header  |  1989-06-27  |  524b  |  16 lines

  1. /*
  2.  * configuration-inquiry functions
  3.  */
  4.  
  5. extern char *artfile();        /* article pathname, may be relative */
  6. extern char *fullartfile();    /* article full pathname */
  7. extern char *ctlfile();        /* control-file name */
  8. extern char *binfile();        /* program pathname */
  9. extern char *newspath();    /* PATH */
  10. extern int newsumask();        /* umask */
  11. extern char *newsmaster();    /* place to mail complaints to */
  12.  
  13. extern void cd();        /* chdir() with errunlock() on failure */
  14.  
  15. extern void unprivileged();    /* user-supplied privilege dropper */
  16.