summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-01-31 16:40:33 +0100
committerGünther Deschner <gd@samba.org>2011-02-07 12:32:01 +0100
commit96565db5f66f791968ed354fc8f39464ff0a7e5a (patch)
tree998a39f6de96ef7f320c0ff9fe57d5a8a1a0ad81 /source3/include/proto.h
parent1adbbeef32b71450b6c878ea34b431d19ea39523 (diff)
downloadsamba-96565db5f66f791968ed354fc8f39464ff0a7e5a.tar.gz
samba-96565db5f66f791968ed354fc8f39464ff0a7e5a.tar.bz2
samba-96565db5f66f791968ed354fc8f39464ff0a7e5a.zip
s3-services: Migrated svcctl registry functions to winreg.
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 <gd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h12
1 files changed, 0 insertions, 12 deletions
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 */