Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 921658
Collapse All | Expand All

(-)autorespond-2.0.5-original/autorespond.c (-1 / +1 lines)
Lines 376-382 Link Here
376
/*********************************************************
376
/*********************************************************
377
** find string in string - ignore case **/
377
** find string in string - ignore case **/
378
378
379
char *strcasestr( char *_s1, char *_s2 )
379
char *strcasestr( const char *_s1, const char *_s2 )
380
{
380
{
381
	char *s1;
381
	char *s1;
382
	char *s2;
382
	char *s2;

Return to bug 921658