home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / cnewssrc / cnews_src.lzh / include / config.h < prev    next >
C/C++ Source or Header  |  1990-12-22  |  603b  |  23 lines

  1. /* :ts=4
  2.  * configuration-inquiry functions
  3.  *
  4.  *    $Log$
  5.  */
  6.  
  7. #ifndef _CONFIG_H
  8. #define _CONFIG_H
  9.  
  10. extern char *artfile();        /* article pathname, may be relative */
  11. extern char *fullartfile();    /* article full pathname */
  12. extern char *ctlfile();        /* control-file name */
  13. extern char *binfile();        /* program pathname */
  14. extern char *newspath();    /* PATH */
  15. extern int newsumask();        /* umask */
  16. extern char *newsmaster();    /* place to mail complaints to */
  17.  
  18. extern void cd();        /* chdir() with errunlock() on failure */
  19.  
  20. extern void unprivileged();    /* user-supplied privilege dropper */
  21.  
  22. #endif /* _CONFIG_H */
  23.