diff options
author | Günther Deschner <gd@samba.org> | 2009-09-25 01:00:24 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-30 00:34:01 +0200 |
commit | 26e798da19a9c36fad62e978545c6dfc90a9645d (patch) | |
tree | 5bba447c809e1c9f92e601f3301f1489e387aca6 /source3/include | |
parent | 2ccf75d9a9e73a05ab5cbe56526aba3bb45011f0 (diff) | |
download | samba-26e798da19a9c36fad62e978545c6dfc90a9645d.tar.gz samba-26e798da19a9c36fad62e978545c6dfc90a9645d.tar.bz2 samba-26e798da19a9c36fad62e978545c6dfc90a9645d.zip |
s3: remove unused regval_convert_multi_sz().
Guenther
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 5783a5e840..05651e2cd4 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5158,7 +5158,6 @@ bool reg_split_key(char *path, char **base, char **key); char *normalize_reg_path(TALLOC_CTX *ctx, const char *keyname ); void normalize_dbkey(char *key); char *reg_remaining_path(TALLOC_CTX *ctx, const char *key); -int regval_convert_multi_sz( uint16 *multi_string, size_t byte_len, char ***values ); /* The following definitions come from registry/reg_util_legacy.c */ |