From 72632f65694e26080a8c69476d1bc0dc8f7ec9dc Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 21 Dec 2009 23:34:18 +0100 Subject: conf.h: add "extern" to prototype of reload_config_file Michael --- src/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/conf.h b/src/conf.h index 97762e2..e9efdd4 100644 --- a/src/conf.h +++ b/src/conf.h @@ -98,7 +98,7 @@ struct config_s { hashmap_t anonymous_map; }; -int reload_config_file (const char *config_fname, struct config_s *conf, - struct config_s *defaults); +extern int reload_config_file (const char *config_fname, struct config_s *conf, + struct config_s *defaults); #endif -- cgit v1.2.3