You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
308 B

#ifndef LIGHTNING_PLUGINS_SPENDER_FUNDCHANNEL_H
#define LIGHTNING_PLUGINS_SPENDER_FUNDCHANNEL_H
#include "config.h"
#include <plugins/libplugin.h>
extern const struct plugin_command fundchannel_commands[];
extern const size_t num_fundchannel_commands;
#endif /* LIGHTNING_PLUGINS_SPENDER_FUNDCHANNEL_H */