diff options
author | Günther Deschner <gd@samba.org> | 2010-05-20 13:54:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-20 13:54:08 +0200 |
commit | 764cde51902da80bf4457e83e3a15641d259b684 (patch) | |
tree | e752804d25948c0f999c8f3e11f78376e0ce172a /source3/include | |
parent | ba1befd36564cdc580d29be2303d824f9bde6a36 (diff) | |
download | samba-764cde51902da80bf4457e83e3a15641d259b684.tar.gz samba-764cde51902da80bf4457e83e3a15641d259b684.tar.xz samba-764cde51902da80bf4457e83e3a15641d259b684.zip |
s3-build: add missing prototype for regtype_by_string().
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 3deeb9fa2f..5775ebfa2a 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1294,6 +1294,7 @@ struct passwd *getpwuid_alloc(TALLOC_CTX *mem_ctx, uid_t uid) ; /* The following definitions come from ..libcli/registry/util_reg.c */ const char *str_regtype(int type); +int regtype_by_string(const char *str); bool push_reg_sz(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, const char *s); bool push_reg_multi_sz(TALLOC_CTX *mem_ctx, DATA_BLOB *blob, const char **a); bool pull_reg_sz(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob, const char **s); |