s3-build: add missing prototype for regtype_by_string().
authorGünther Deschner <gd@samba.org>
Thu, 20 May 2010 11:54:08 +0000 (13:54 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 20 May 2010 11:54:08 +0000 (13:54 +0200)
Guenther

source3/include/proto.h

index 3deeb9fa2f68c961590341a4eae0c767cc67b656..5775ebfa2afa2f8450ece8eb5a5cd023ec4e6e0d 100644 (file)
@@ -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);