aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_devstate.c
diff options
context:
space:
mode:
Diffstat (limited to 'funcs/func_devstate.c')
-rw-r--r--funcs/func_devstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs/func_devstate.c b/funcs/func_devstate.c
index af1c10c43..261dd41dd 100644
--- a/funcs/func_devstate.c
+++ b/funcs/func_devstate.c
@@ -174,7 +174,7 @@ static char *cli_funcdevstate_list(struct ast_cli_entry *e, int cmd, struct ast_
}
static struct ast_cli_entry cli_funcdevstate[] = {
- AST_CLI(cli_funcdevstate_list, "List currently known custom device states"),
+ AST_CLI_DEFINE(cli_funcdevstate_list, "List currently known custom device states"),
};
static struct ast_custom_function devstate_function = {