diff options
author | Michael Adam <obnox@samba.org> | 2009-12-21 23:34:18 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-22 00:14:59 +0100 |
commit | 72632f65694e26080a8c69476d1bc0dc8f7ec9dc (patch) | |
tree | 097554ae76f2bd40ce31fe2b11406110e83a7c4d | |
parent | 6ea160ffffdde1dd2dd23857d2d8bda032b4048a (diff) | |
download | tinyproxy-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |