mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
11 lines
318 B
C
11 lines
318 B
C
|
#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 */
|