aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
author(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-29 21:01:20 +0000
committer(no author) <(no author)@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-29 21:01:20 +0000
commit2e18788335055aabf777ff1f36592946c750014d (patch)
tree6bd35f88d11c0d434f75eb1129e38b2e83b144c4 /include/asterisk/utils.h
parent27a9c96742202c8188b53a0173649de479256b69 (diff)
This commit was manufactured by cvs2svn to create tag 'v1-0-9'.
git-svn-id: http://svn.digium.com/svn/asterisk/tags/v1-0-9@6013 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 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