From 64127abd5c1eebb7acc30d3dd61be62f866cdb42 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 26 Jan 2005 02:39:22 +0000 Subject: Fix C++ issues (bug #'s 3425, 3426) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4892 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/asterisk/utils.h') diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h index 45729957a..c9b971735 100755 --- a/include/asterisk/utils.h +++ b/include/asterisk/utils.h @@ -166,8 +166,8 @@ struct ast_realloca { #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 -- cgit v1.2.3