From 7e47f1cea16741008c626fb39a1d6298064608cf Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 18:49:53 -0700 Subject: move example commands to cfg.def.h --- command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.h') diff --git a/command.h b/command.h index b27a57f..70fc426 100644 --- a/command.h +++ b/command.h @@ -25,6 +25,6 @@ struct command * command_lookup(struct command *cmd, int ncmds, const char *binding); struct command * -test_root_commands(tal_t *ctx, int *ncmds); +test_root_commands(tal_t *ctx, const struct command *commands, int ncmds); #endif /* CMDTREE_COMMAND_H */ -- cgit v1.2.3