summaryrefslogtreecommitdiff
path: root/source4/param/param.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-27 19:49:53 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:22 -0500
commit5e2f9cd8e223368d38d49cf60f199bbd818b8732 (patch)
tree43263022c04d69104bf400dae79f0e00f18c33b7 /source4/param/param.h
parent3bf358c4d1016c4c927cc31ab4dcd44130a07967 (diff)
downloadsamba-5e2f9cd8e223368d38d49cf60f199bbd818b8732.tar.gz
samba-5e2f9cd8e223368d38d49cf60f199bbd818b8732.tar.bz2
samba-5e2f9cd8e223368d38d49cf60f199bbd818b8732.zip
r25379: Use loadparm context parameter in a lot more places.
(This used to be commit 091961b13be665061c7e88ab4e2808c015bc403e)
Diffstat (limited to 'source4/param/param.h')
-rw-r--r--source4/param/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/param/param.h b/source4/param/param.h
index 22c32cb28f..caa5a763bb 100644
--- a/source4/param/param.h
+++ b/source4/param/param.h
@@ -62,4 +62,6 @@ struct loadparm_service;
#include "param/proto.h"
+extern struct loadparm_context *global_loadparm;
+
#endif /* _PARAM_H */