From 26e798da19a9c36fad62e978545c6dfc90a9645d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 25 Sep 2009 01:00:24 +0200 Subject: s3: remove unused regval_convert_multi_sz(). Guenther --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') 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 */ -- cgit