diff options
Diffstat (limited to 'command.h')
| -rw-r--r-- | command.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |
