diff options
author | Günther Deschner <gd@samba.org> | 2009-11-24 15:26:08 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-11-24 15:47:59 +0100 |
commit | d4e06596d50e008425b9d346c3814a03eea8309a (patch) | |
tree | 1d90754af6cbb2e6a541e6fbd14896291e50c9b2 /source3/include | |
parent | be90385a0b1f8a29c5d181d26c0844f314d04ea7 (diff) | |
download | samba-d4e06596d50e008425b9d346c3814a03eea8309a.tar.gz samba-d4e06596d50e008425b9d346c3814a03eea8309a.tar.bz2 samba-d4e06596d50e008425b9d346c3814a03eea8309a.zip |
s3-registry: remove reg_pull_multi_sz().
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 8951e73e13..6b68f954e4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1261,8 +1261,6 @@ struct passwd *getpwuid_alloc(TALLOC_CTX *mem_ctx, uid_t uid) ; /* The following definitions come from lib/util_reg.c */ const char *reg_type_lookup(enum winreg_Type type); -WERROR reg_pull_multi_sz(TALLOC_CTX *mem_ctx, const void *buf, size_t len, - uint32 *num_values, char ***values); 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); |