From 9593fc545950782ed75f12f53238b07885559b2b Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 22:28:25 -0700 Subject: remove ccan for now --- command.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'command.h') diff --git a/command.h b/command.h index d4f93fb..ad344de 100644 --- a/command.h +++ b/command.h @@ -2,8 +2,6 @@ #ifndef CMDTREE_COMMAND_H #define CMDTREE_COMMAND_H -#include - struct command { char *name; char *command; @@ -25,7 +23,5 @@ command_is_prefix(struct command *cmd); struct command * command_lookup(struct command *cmd, int ncmds, const char *binding); -struct command * -test_root_commands(tal_t *ctx, const struct command *commands, int ncmds); #endif /* CMDTREE_COMMAND_H */ -- cgit v1.2.3