summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-12-21 23:34:18 +0100
committerMichael Adam <obnox@samba.org>2009-12-22 00:14:59 +0100
commit72632f65694e26080a8c69476d1bc0dc8f7ec9dc (patch)
tree097554ae76f2bd40ce31fe2b11406110e83a7c4d
parent6ea160ffffdde1dd2dd23857d2d8bda032b4048a (diff)
downloadtinyproxy-72632f65694e26080a8c69476d1bc0dc8f7ec9dc.tar.gz
tinyproxy-72632f65694e26080a8c69476d1bc0dc8f7ec9dc.zip
conf.h: add "extern" to prototype of reload_config_file
Michael
Diffstat (limited to '')
-rw-r--r--src/conf.h4
1 files changed, 2 insertions, 2 deletions
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