mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +00:00
ensure that local include files are always used
avoid a duplicate function name (term_init()) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@44322 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -57,7 +57,7 @@ int init_logger(void); /*!< Provided by logger.c */
|
||||
void close_logger(void); /*!< Provided by logger.c */
|
||||
int reload_logger(int); /*!< Provided by logger.c */
|
||||
int init_framer(void); /*!< Provided by frame.c */
|
||||
int term_init(void); /*!< Provided by term.c */
|
||||
int ast_term_init(void); /*!< Provided by term.c */
|
||||
int astdb_init(void); /*!< Provided by db.c */
|
||||
void ast_channels_init(void); /*!< Provided by channel.c */
|
||||
void ast_builtins_init(void); /*!< Provided by cli.c */
|
||||
|
Reference in New Issue
Block a user