diff options
author | Ian C <ianc@noddybox.co.uk> | 2004-01-26 02:01:49 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2004-01-26 02:01:49 +0000 |
commit | c378e8f900d85d59a8a616bf0b8b14e426d898e1 (patch) | |
tree | 0dbf84eab213d73e58b8041c7d0b2057ba5bcb0f /src/config.h | |
parent | f3a485b283141787667ea98b8e0a8687f07d9062 (diff) |
Added allow_to in domain; Added include; Update docs; Fixed folding header lines
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index 7f48a70..d545531 100644 --- a/src/config.h +++ b/src/config.h @@ -61,9 +61,10 @@ typedef enum /* ---------------------------------------- INTERFACES */ -/* Loads in config file. Returns FALSE for problems. +/* Loads in config file (the default name if path is NULL). Returns FALSE + for problems. */ -int ConfigLoad(void); +int ConfigLoad(const char *path); /* Returns a reason for config load failure |