mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-10 11:58:08 +00:00
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:
@@ -181,7 +181,7 @@ int ast_update_realtime(const char *family, const char *keyfield, const char *lo
|
|||||||
*/
|
*/
|
||||||
void ast_variables_destroy(struct ast_variable *var);
|
void ast_variables_destroy(struct ast_variable *var);
|
||||||
|
|
||||||
int ast_config_engine_register(struct ast_config_engine *new);
|
int ast_config_engine_register(struct ast_config_engine *newconfig);
|
||||||
int ast_config_engine_deregister(struct ast_config_engine *del);
|
int ast_config_engine_deregister(struct ast_config_engine *del);
|
||||||
int register_config_cli(void);
|
int register_config_cli(void);
|
||||||
void read_config_maps(void);
|
void read_config_maps(void);
|
||||||
|
|||||||
@@ -166,8 +166,8 @@ struct ast_realloca {
|
|||||||
#define PTHREAD_ATTR_STACKSIZE 2097152
|
#define PTHREAD_ATTR_STACKSIZE 2097152
|
||||||
#endif /* PTHREAD_ATTR_STACKSIZE */
|
#endif /* PTHREAD_ATTR_STACKSIZE */
|
||||||
extern int ast_pthread_create(pthread_t *thread, pthread_attr_t *attr, void *(*start_routine)(void *), void *data);
|
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__ */
|
#endif /* __linux__ */
|
||||||
|
|
||||||
extern char *ast_strcasestr(const char *, const char *);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user