From 764cde51902da80bf4457e83e3a15641d259b684 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 20 May 2010 13:54:08 +0200 Subject: s3-build: add missing prototype for regtype_by_string(). Guenther --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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); -- cgit