summaryrefslogtreecommitdiff
path: root/source4/lib/util/util.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-07 16:54:39 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:05:32 -0500
commitb50ef4caef44e3b45445728818f3bca09273249d (patch)
treecb47af18870ae47c20ee204c9eb75e4e1303d4ca /source4/lib/util/util.h
parent307a45127b863836d4c301722ccc04ee94c457cb (diff)
downloadsamba-b50ef4caef44e3b45445728818f3bca09273249d.tar.gz
samba-b50ef4caef44e3b45445728818f3bca09273249d.tar.bz2
samba-b50ef4caef44e3b45445728818f3bca09273249d.zip
r25007: Remove more uses of pstring, move ntlmauth-specific utility function to ntlm-auth.c
(This used to be commit 6f224480b230ab7ccfc0417c13e7f4fc3f6f2a13)
Diffstat (limited to 'source4/lib/util/util.h')
-rw-r--r--source4/lib/util/util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/util/util.h b/source4/lib/util/util.h
index 8259e08512..8d71ad1a64 100644
--- a/source4/lib/util/util.h
+++ b/source4/lib/util/util.h
@@ -562,11 +562,6 @@ _PUBLIC_ bool str_list_check(const char **list, const char *s);
*/
_PUBLIC_ bool str_list_check_ci(const char **list, const char *s);
-/**
- Check if a string is part of a list.
-**/
-_PUBLIC_ bool in_list(const char *s, const char *list, bool casesensitive);
-
/* The following definitions come from lib/util/util_file.c */