mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
fix c++ compatibility issue (bug #3426)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4903 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user