home *** CD-ROM | disk | FTP | other *** search
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include "config.h"
-
- Prototype char *FindLocalVariable (const char *);
- Prototype char *FindConfig (const char *);
- Prototype char *GetConfig (const char *, char *);
- Prototype const char *GetConfigDir (const char *);
- Prototype char *GetConfigProgram (char *);
- Prototype char *MakeConfigPath (const char *, const char *);
- Prototype char *MakeConfigPathBuf (char *, const char *, const char *);
- Prototype FILE *openlib (const char *);
- Prototype FILE *openlib_write (const char *);
-
- Prototype char *atime (time_t *);
-
- Prototype char *GetUserName (void);
- Prototype char *GetRealName (void);
-
- Prototype struct passwd *getpwnam (const char *);
-
- #include "/lib/config.c"
- #include "/lib/date.c"
- #include "/lib/getuser.c"
- #include "/lib/getpwnam.c"
-
-