X-Git-Url: https://git.deb.at/w?p=pkg%2Fabook.git;a=blobdiff_plain;f=misc.h;h=f7713ac717df22e33fd48cfe1eabf9064af2126d;hp=fadd0ae072717bf2c31506dfdc0b1fd537f2a284;hb=HEAD;hpb=3370ba68ac9cbbd583da6997c039b29b0fc43b7a diff --git a/misc.h b/misc.h index fadd0ae..f7713ac 100644 --- a/misc.h +++ b/misc.h @@ -54,8 +54,8 @@ int snprintf (char *str, size_t count, const char *fmt, ...); #ifndef HAVE_VSNPRINTF int vsnprintf (char *str, size_t count, const char *fmt, va_list arg); #endif - +#ifndef HAVE_STRCASESTR +char *strcasestr(const char *, const char *); #endif - - +#endif