diff options
author | Michael Adam <obnox@samba.org> | 2010-09-20 11:20:37 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-09-21 06:53:32 +0200 |
commit | 5fe2abb2f85afe2e8655257446c7dd03a08b2d57 (patch) | |
tree | b1fcd53e20cf6de31d1e417ca3edc42a088d4503 /source3/include | |
parent | e869af9e0e6e460d8ae225310f58f458e094e86f (diff) | |
download | samba-5fe2abb2f85afe2e8655257446c7dd03a08b2d57.tar.gz samba-5fe2abb2f85afe2e8655257446c7dd03a08b2d57.tar.bz2 samba-5fe2abb2f85afe2e8655257446c7dd03a08b2d57.zip |
s3:services_db: remove unused legacy function svcctl_fetch_regvalues().
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |