aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-26 02:39:22 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-01-26 02:39:22 +0000
commitcfd29ecb79f9fc0123c7a90040a19835c234dd1c (patch)
tree1994d2f96bcab2ef9a45588f76b11c200ed697e5 /include/asterisk/utils.h
parent4090226619d03dd84f9fce0545ae4ca1f7784967 (diff)
Fix C++ issues (bug #'s 3425, 3426)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4892 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/utils.h')
-rwxr-xr-xinclude/asterisk/utils.h2
1 files changed, 1 insertions, 1 deletions
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