aboutsummaryrefslogtreecommitdiff
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, 8 insertions, 1 deletions
diff --git a/read_config_file.h b/read_config_file.h
index e3cf5cc..a572d9e 100644
--- a/read_config_file.h
+++ b/read_config_file.h
@@ -18,7 +18,14 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
+#ifndef _READ_CONFIG_FILE_H_
+#define _READ_CONFIG_FILE_H_
+
+#include "forward.h"
+
+int read_config_file(struct protolib *plib, const char *path);
-void read_config_file(char *);
void init_global_config(void);
void destroy_global_config(void);
+
+#endif /* _READ_CONFIG_FILE_H_ */