diff options
Diffstat (limited to 'bounce.h')
-rw-r--r-- | bounce.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h index 986bd5a..b09a349 100644 --- a/bounce.h +++ b/bounce.h @@ -208,6 +208,11 @@ void stateSync(struct Client *client); const char *stateNick(void); const char *stateEcho(void); +const char *configPath(const char **dirs, const char *path); +const char *dataPath(const char **dirs, const char *path); +FILE *configOpen(const char *path, const char *mode); +FILE *dataOpen(const char *path, const char *mode); + struct option; int getopt_config( int argc, char *const *argv, |