aboutsummaryrefslogtreecommitdiffstats
path: root/main/astmm.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/astmm.c')
-rw-r--r--main/astmm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/astmm.c b/main/astmm.c
index 1c6cc90c4..2cf5325fb 100644
--- a/main/astmm.c
+++ b/main/astmm.c
@@ -459,8 +459,8 @@ static char *handle_memory_show_summary(struct ast_cli_entry *e, int cmd, struct
}
static struct ast_cli_entry cli_memory[] = {
- NEW_CLI(handle_memory_show, "Display outstanding memory allocations"),
- NEW_CLI(handle_memory_show_summary, "Summarize outstanding memory allocations"),
+ AST_CLI(handle_memory_show, "Display outstanding memory allocations"),
+ AST_CLI(handle_memory_show_summary, "Summarize outstanding memory allocations"),
};
void __ast_mm_init(void)