ZmnSCPxj jxPCSnmZ
4 years ago
committed by
Rusty Russell
4 changed files with 16 additions and 36 deletions
@ -0,0 +1,10 @@ |
|||
#ifndef LIGHTNING_PLUGINS_SPENDER_MULTIFUNDCHANNEL_H |
|||
#define LIGHTNING_PLUGINS_SPENDER_MULTIFUNDCHANNEL_H |
|||
#include "config.h" |
|||
|
|||
#include <plugins/libplugin.h> |
|||
|
|||
extern const struct plugin_command multifundchannel_commands[]; |
|||
extern const size_t num_multifundchannel_commands; |
|||
|
|||
#endif /* LIGHTNING_PLUGINS_SPENDER_MULTIFUNDCHANNEL_H */ |
Loading…
Reference in new issue