From 0a250f4946a6045290229a276acf1e007c61450e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 26 Feb 2011 00:28:15 +0100 Subject: registry: create and use shared libcli/registry/util_reg.h header. Guenther --- source3/include/proto.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index b1138234e0..307853f50e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1156,15 +1156,6 @@ NTSTATUS merge_nt_token(TALLOC_CTX *mem_ctx, struct security_token **token_out); bool token_sid_in_ace(const struct security_token *token, const struct security_ace *ace); -/* The following definitions come from ..libcli/registry/util_reg.c */ - -const char *str_regtype(int type); -int regtype_by_string(const char *str); -bool push_reg_sz(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, const char *s); -bool push_reg_multi_sz(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, const char **a); -bool pull_reg_sz(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob, const char **s); -bool pull_reg_multi_sz(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob, const char ***a); - /* The following definitions come from lib/util_sec.c */ void sec_init(void); -- cgit