summaryrefslogtreecommitdiff
path: root/source4/dynconfig
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2011-01-04 09:14:46 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-01-04 05:39:57 +0100
commit263642b536ee25af89f9ed836e2bad6b92d3bed0 (patch)
treed88d7eb920a2faca365442855dc58a2d8ea08f97 /source4/dynconfig
parent564830ef909b62be064590b865bde5d41a7ceac3 (diff)
downloadsamba-263642b536ee25af89f9ed836e2bad6b92d3bed0.tar.gz
samba-263642b536ee25af89f9ed836e2bad6b92d3bed0.tar.bz2
samba-263642b536ee25af89f9ed836e2bad6b92d3bed0.zip
dynconfig: Add extern to header, try to unbreak imini buildfarm host.
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jan 4 05:39:57 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/dynconfig')
-rw-r--r--source4/dynconfig/dynconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dynconfig/dynconfig.h b/source4/dynconfig/dynconfig.h
index 43a373df0a..d353efedf8 100644
--- a/source4/dynconfig/dynconfig.h
+++ b/source4/dynconfig/dynconfig.h
@@ -25,7 +25,7 @@
**/
#define DEFINE_DYN_CONFIG_PROTO(name) \
-const char *dyn_##name; \
+extern const char *dyn_##name; \
const char *get_dyn_##name(void); \
const char *set_dyn_##name(const char *newpath); \
bool is_default_dyn_##name(void);