summaryrefslogtreecommitdiff
path: root/read_config_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'read_config_file.h')
-rw-r--r--read_config_file.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/read_config_file.h b/read_config_file.h
index 7c60253..5a72a05 100644
--- a/read_config_file.h
+++ b/read_config_file.h
@@ -18,6 +18,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
+#ifndef READ_CONFIG_FILE_H
+#define READ_CONFIG_FILE_H
-extern void read_config_file(char *);
-extern void init_global_config(void);
+#include "forward.h"
+
+int read_config_file(FILE *stream, const char *name, struct protolib *plib);
+
+#endif /* READ_CONFIG_FILE_H */