aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
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 bfbdd951c..8be32fe20 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