From: Russell Bryant Date: Fri, 28 Jan 2005 01:13:19 +0000 (+0000) Subject: fix c++ compatibility issue (bug #3426) X-Git-Tag: 1.0.11.1~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5571294b916e9d8b585238509d0595d089b814f7;p=thirdparty%2Fasterisk.git fix c++ compatibility issue (bug #3426) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4903 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h index bfbdd951c8..8be32fe20f 100755 --- a/include/asterisk/utils.h +++ b/include/asterisk/utils.h @@ -48,8 +48,8 @@ extern int ast_utils_init(void); #define PTHREAD_ATTR_STACKSIZE 2097152 #endif /* PTHREAD_ATTR_STACKSIZE */ extern int ast_pthread_create(pthread_t *thread, pthread_attr_t *attr, void *(*start_routine)(void *), void *data); +extern char *ast_strcasestr(const char *, const char *); #endif /* LINUX */ -extern char *ast_strcasestr(const char *, const char *); #endif