10 lines
308 B
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 */
|
|
|