diff options
author | Günther Deschner <gd@samba.org> | 2011-02-26 00:28:15 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-03-30 01:13:07 +0200 |
commit | 0a250f4946a6045290229a276acf1e007c61450e (patch) | |
tree | df5f7c67a1756b1dbee2bab23c9bb8b621856b97 /source3/include | |
parent | 49ccae1c2006806b36994992a9550cbb1bb8b769 (diff) | |
download | samba-0a250f4946a6045290229a276acf1e007c61450e.tar.gz samba-0a250f4946a6045290229a276acf1e007c61450e.tar.bz2 samba-0a250f4946a6045290229a276acf1e007c61450e.zip |
registry: create and use shared libcli/registry/util_reg.h header.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 9 |
1 files changed, 0 insertions, 9 deletions
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); |