summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-03-21 09:34:18 +1300
committerMichael Adam <obnox@samba.org>2014-07-31 08:17:11 +0200
commita1d2e52110f0de0a3693312ca49412a7be425e4d (patch)
tree4bf06240297a52c82a6fab83e6a3d6170d3fa9b1 /source3/include
parentbc46178831e4bc748862254a6f994ea14d82a877 (diff)
downloadsamba-a1d2e52110f0de0a3693312ca49412a7be425e4d.tar.gz
param: remove unused service_ok function
Change-Id: I0736a3b9b73aa80f529327ec70e856dd7fc008c6 Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 285ec7be321..c4d1606b93c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1023,7 +1023,6 @@ bool lp_canonicalize_parameter_with_value(const char *parm_name,
void show_parameter_list(void);
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 process_registry_shares(void);
bool lp_config_backend_is_registry(void);