summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-04-27 16:38:40 +0200
committerGünther Deschner <gd@samba.org>2010-04-27 16:42:15 +0200
commit6864828d9d85dacff0ca9df73761a98d2ceb9f2e (patch)
treeb37f68f3310dc302941e8ebafcc2fc5c791bf7c9 /source3/include
parenta833be0c4e44135e4f45b3d460586762da04cf32 (diff)
downloadsamba-6864828d9d85dacff0ca9df73761a98d2ceb9f2e.tar.gz
samba-6864828d9d85dacff0ca9df73761a98d2ceb9f2e.tar.bz2
samba-6864828d9d85dacff0ca9df73761a98d2ceb9f2e.zip
s3: use shared registry functions.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index ff4a04b4fa..09c2c02fec 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1290,9 +1290,9 @@ void flush_pwnam_cache(void);
struct passwd *getpwnam_alloc(TALLOC_CTX *mem_ctx, const char *name);
struct passwd *getpwuid_alloc(TALLOC_CTX *mem_ctx, uid_t uid) ;
-/* The following definitions come from lib/util_reg.c */
+/* The following definitions come from ..libcli/registry/util_reg.c */
-const char *reg_type_lookup(enum winreg_Type type);
+const char *str_regtype(int type);
bool push_reg_sz(TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic,
DATA_BLOB *blob, const char *s);
bool push_reg_multi_sz(TALLOC_CTX *mem_ctx, struct smb_iconv_convenience *ic,