summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-09 18:49:53 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-09 18:49:53 -0700
commit7e47f1cea16741008c626fb39a1d6298064608cf (patch)
tree7f57a77bf362cf35f14f31c86ca1c5e2b3039c5a /command.h
parent1ee2efb9667af35d5e5ccfea6824701c2fdbce44 (diff)
move example commands to cfg.def.h
Diffstat (limited to 'command.h')
-rw-r--r--command.h2
1 files changed, 1 insertions, 1 deletions
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 */