|
|
@ -20,7 +20,6 @@ int load_pbx(void); /*!< Provided by pbx.c */
|
|
|
|
int init_logger(void); /*!< Provided by logger.c */
|
|
|
|
int init_logger(void); /*!< Provided by logger.c */
|
|
|
|
void close_logger(void); /*!< Provided by logger.c */
|
|
|
|
void close_logger(void); /*!< Provided by logger.c */
|
|
|
|
void clean_time_zones(void); /*!< Provided by localtime.c */
|
|
|
|
void clean_time_zones(void); /*!< Provided by localtime.c */
|
|
|
|
int init_framer(void); /*!< Provided by frame.c */
|
|
|
|
|
|
|
|
int ast_term_init(void); /*!< Provided by term.c */
|
|
|
|
int ast_term_init(void); /*!< Provided by term.c */
|
|
|
|
int astdb_init(void); /*!< Provided by db.c */
|
|
|
|
int astdb_init(void); /*!< Provided by db.c */
|
|
|
|
void ast_channels_init(void); /*!< Provided by channel.c */
|
|
|
|
void ast_channels_init(void); /*!< Provided by channel.c */
|
|
|
|