From 5fe2abb2f85afe2e8655257446c7dd03a08b2d57 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 20 Sep 2010 11:20:37 +0200 Subject: s3:services_db: remove unused legacy function svcctl_fetch_regvalues(). --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index a77c90f308..3349e028fb 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4404,7 +4404,6 @@ const char *svcctl_get_string_value(TALLOC_CTX *ctx, const char *key_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 ); -struct regval_ctr *svcctl_fetch_regvalues( const char *name, struct security_token *token ); /* The following definitions come from services/svc_netlogon.c */ -- cgit