removed conf_read() definition. No one outside of main/conffile.c
authoraland <aland>
Tue, 24 Oct 2000 21:06:35 +0000 (21:06 +0000)
committeraland <aland>
Tue, 24 Oct 2000 21:06:35 +0000 (21:06 +0000)
should know about it.

src/include/conffile.h

index 07b991a..32cff84 100644 (file)
@@ -36,7 +36,6 @@ typedef struct CONF_PARSER {
 #define XStringify(x) #x
 #define Stringify(x) XStringify(x)
 
-CONF_SECTION   *conf_read(const char *conffile);
 void           cf_pair_free(CONF_PAIR *cp);
 void           cf_section_free(CONF_SECTION *cp);
 int            cf_section_parse(CONF_SECTION *cs, const CONF_PARSER *variables);