From 498e5f99d256dd1394d4fa3b3ea8cbf9ca51e109 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 7 Apr 2008 15:09:28 +0200 Subject: libsmbconf: move smbconf_find_in_array() to smbconf_util.c Michael (This used to be commit 7af79e60a3060083eae67bd053837c955b3f5c10) --- source3/lib/smbconf/smbconf_private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/lib/smbconf/smbconf_private.h') diff --git a/source3/lib/smbconf/smbconf_private.h b/source3/lib/smbconf/smbconf_private.h index 85b529ac85..cba9148c7c 100644 --- a/source3/lib/smbconf/smbconf_private.h +++ b/source3/lib/smbconf/smbconf_private.h @@ -67,4 +67,7 @@ WERROR smbconf_add_string_to_array(TALLOC_CTX *mem_ctx, uint32_t count, const char *string); +bool smbconf_find_in_array(const char *string, char **list, + uint32_t num_entries, uint32_t *entry); + #endif -- cgit