From 5571294b916e9d8b585238509d0595d089b814f7 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 28 Jan 2005 01:13:19 +0000 Subject: [PATCH] fix c++ compatibility issue (bug #3426) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4903 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3