home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-src.lha / src / dmail / config.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-24  |  798 b   |  28 lines

  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <string.h>
  4. #include "config.h"
  5.  
  6. Prototype char *FindLocalVariable (const char *);
  7. Prototype char *FindConfig (const char *);
  8. Prototype char *GetConfig (const char *, char *);
  9. Prototype const char *GetConfigDir (const char *);
  10. Prototype char *GetConfigProgram (char *);
  11. Prototype char *MakeConfigPath (const char *, const char *);
  12. Prototype char *MakeConfigPathBuf (char *, const char *, const char *);
  13. Prototype FILE *openlib (const char *);
  14. Prototype FILE *openlib_write (const char *);
  15.  
  16. Prototype char *atime (time_t *);
  17.  
  18. Prototype char *GetUserName (void);
  19. Prototype char *GetRealName (void);
  20.  
  21. Prototype struct passwd *getpwnam (const char *);
  22.  
  23. #include "/lib/config.c"
  24. #include "/lib/date.c"
  25. #include "/lib/getuser.c"
  26. #include "/lib/getpwnam.c"
  27.  
  28.