From 96565db5f66f791968ed354fc8f39464ff0a7e5a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 31 Jan 2011 16:40:33 +0100 Subject: s3-services: Migrated svcctl registry functions to winreg. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a bigger commit. It moves the relevant function to svc_winreg_glue. We need to use them in the same commit else we have problems with prototypes in proto.h. Signed-off-by: Günther Deschner --- source3/include/proto.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 94cd0a9867..4094df7769 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4412,18 +4412,6 @@ bool init_service_op_table( void ); /* The following definitions come from rpcclient/rpcclient.c */ -/* The following definitions come from services/services_db.c */ - -void svcctl_init_keys( void ); -struct security_descriptor *svcctl_get_secdesc( TALLOC_CTX *ctx, const char *name, struct security_token *token ); -bool svcctl_set_secdesc(const char *name, struct security_descriptor *sec_desc, - struct security_token *token); -const char *svcctl_get_string_value(TALLOC_CTX *ctx, const char *key_name, - const char *value_name, - struct security_token *token); -const char *svcctl_lookup_dispname(TALLOC_CTX *ctx, const char *name, struct security_token *token ); -const char *svcctl_lookup_description(TALLOC_CTX *ctx, const char *name, struct security_token *token ); - /* The following definitions come from services/svc_netlogon.c */ -- cgit