r25007: Remove more uses of pstring, move ntlmauth-specific utility function to ntlm...
[kai/samba.git] / source4 / lib / util / util.h
index 8259e0851279c37aed8c0e0ed328ee4b49990dc7..8d71ad1a64e5d5d8c87f83ba5b40d2434464909e 100644 (file)
@@ -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  */