aboutsummaryrefslogtreecommitdiffstats
path: root/main/frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/frame.c')
-rw-r--r--main/frame.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/frame.c b/main/frame.c
index a20435208..24170997c 100644
--- a/main/frame.c
+++ b/main/frame.c
@@ -913,10 +913,10 @@ static char *show_frame_stats(struct ast_cli_entry *e, int cmd, struct ast_cli_a
/* Builtin Asterisk CLI-commands for debugging */
static struct ast_cli_entry my_clis[] = {
- NEW_CLI(show_codecs, "Displays a list of codecs"),
- NEW_CLI(show_codec_n, "Shows a specific codec"),
+ AST_CLI(show_codecs, "Displays a list of codecs"),
+ AST_CLI(show_codec_n, "Shows a specific codec"),
#ifdef TRACE_FRAMES
- NEW_CLI(show_frame_stats, "Shows frame statistics"),
+ AST_CLI(show_frame_stats, "Shows frame statistics"),
#endif
};