summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-04-29 01:31:03 +0200
committerMichael Adam <obnox@samba.org>2009-04-29 02:20:19 +0200
commitfb3b6576127ce837ac711e87c293d1f4cf97473c (patch)
tree85f3908aa241f76313185b942ec63577447a81bc /source3/include
parent67ca76c288eb095ae59e98927317d51c96c89551 (diff)
downloadsamba-fb3b6576127ce837ac711e87c293d1f4cf97473c.tar.gz
samba-fb3b6576127ce837ac711e87c293d1f4cf97473c.tar.bz2
samba-fb3b6576127ce837ac711e87c293d1f4cf97473c.zip
s3:loadparm: refactor process_registry_service out or process_registry_globals
Michael
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 46600e2db2..6dd9c7e7e8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4079,6 +4079,7 @@ bool lp_string_is_valid_boolean(const char *parm_value);
bool lp_invert_boolean(const char *str, const char **inverse_str);
bool lp_canonicalize_boolean(const char *str, const char**canon_str);
bool service_ok(int iService);
+bool process_registry_service(const char *service_name);
bool lp_config_backend_is_registry(void);
bool lp_config_backend_is_file(void);
bool lp_file_list_changed(void);