diff options
author | Günther Deschner <gd@samba.org> | 2010-04-27 16:38:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-27 16:42:15 +0200 |
commit | 6864828d9d85dacff0ca9df73761a98d2ceb9f2e (patch) | |
tree | b37f68f3310dc302941e8ebafcc2fc5c791bf7c9 /source3/include | |
parent | a833be0c4e44135e4f45b3d460586762da04cf32 (diff) | |
download | samba-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.h | 4 |
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, |