Fix C++ issues (bug #'s 3425, 3426)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4892 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-01-26 02:39:22 +00:00
parent a9c26705e0
commit 64127abd5c
2 changed files with 2 additions and 2 deletions

View File

@@ -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