aboutsummaryrefslogtreecommitdiffstats
path: root/main/astobj2.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/astobj2.c')
-rw-r--r--main/astobj2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/astobj2.c b/main/astobj2.c
index 7e1bdb021..8fbdf016c 100644
--- a/main/astobj2.c
+++ b/main/astobj2.c
@@ -715,8 +715,8 @@ static char *handle_astobj2_test(struct ast_cli_entry *e, int cmd, struct ast_cl
}
static struct ast_cli_entry cli_astobj2[] = {
- NEW_CLI(handle_astobj2_stats, "Print astobj2 statistics"),
- NEW_CLI(handle_astobj2_test, "Test astobj2"),
+ AST_CLI(handle_astobj2_stats, "Print astobj2 statistics"),
+ AST_CLI(handle_astobj2_test, "Test astobj2"),
};
#endif /* AO2_DEBUG */