From b608b55786a8cecf626d7c489496ac402098b198 Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Tue, 3 May 2011 09:28:09 -0400 Subject: Clean up compat, bring in strcasestr from OpenBSD and strchrnul from uclibc and separate the headers. --- include/duser.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/duser.h') diff --git a/include/duser.h b/include/duser.h index d562b33..e955252 100644 --- a/include/duser.h +++ b/include/duser.h @@ -77,6 +77,4 @@ int user_cmd(const int argc, char* argv[]); int user_choice(char c); int user_add(const char* filename, const char* needle); int user_new_list(const char* fname); -char *strcasestr(const char *s, const char *find); -char *strchrnul(const char* s, int c); #endif -- cgit