10 lines
318 B
10 lines
318 B
#ifndef LIGHTNING_PLUGINS_SPENDER_MULTIWITHDRAW_H
|
|
#define LIGHTNING_PLUGINS_SPENDER_MULTIWITHDRAW_H
|
|
#include "config.h"
|
|
|
|
#include <plugins/libplugin.h>
|
|
|
|
extern const struct plugin_command multiwithdraw_commands[];
|
|
extern const size_t num_multiwithdraw_commands;
|
|
|
|
#endif /* LIGHTNING_PLUGINS_SPENDER_MULTIWITHDRAW_H */
|
|
|