summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-25 00:37:02 +0200
committerGünther Deschner <gd@samba.org>2009-09-30 00:33:54 +0200
commit2ccf75d9a9e73a05ab5cbe56526aba3bb45011f0 (patch)
tree98b56238b8cdf0c9b65a90ecc51831448f3386aa /source3/include/proto.h
parent76bb3808392c981f03deca632dd99081565bf6e1 (diff)
downloadsamba-2ccf75d9a9e73a05ab5cbe56526aba3bb45011f0.tar.gz
samba-2ccf75d9a9e73a05ab5cbe56526aba3bb45011f0.tar.bz2
samba-2ccf75d9a9e73a05ab5cbe56526aba3bb45011f0.zip
s3: remove unused regval_build_multi_sz().
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d82c202656..5783a5e840 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5159,7 +5159,6 @@ 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 );
-size_t regval_build_multi_sz( char **values, uint16 **buffer );
/* The following definitions come from registry/reg_util_legacy.c */