git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@377246
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
int init_logger(void); /*!< Provided by logger.c */
void close_logger(void); /*!< Provided by logger.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 astdb_init(void); /*!< Provided by db.c */
void ast_channels_init(void); /*!< Provided by channel.c */
exit(1);
}
- if (init_framer()) {
- printf("%s", term_quit());
- exit(1);
- }
-
if (ast_enum_init()) {
printf("%s", term_quit());
exit(1);
AST_CLI_DEFINE(show_codecs, "Displays a list of codecs"),
AST_CLI_DEFINE(show_codec_n, "Shows a specific codec"),
};
-int init_framer(void)
-{
- return 0;
-}
static int format_list_add_custom(struct ast_format_list *new)
{