From c378e8f900d85d59a8a616bf0b8b14e426d898e1 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 26 Jan 2004 02:01:49 +0000 Subject: Added allow_to in domain; Added include; Update docs; Fixed folding header lines --- src/config.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/config.h') 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 -- cgit v1.2.3