mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
8 lines
196 B
C
8 lines
196 B
C
#ifndef LIGHTNING_LIGHTNINGD_PLUGIN_CONTROL_H
|
|
#define LIGHTNING_LIGHTNINGD_PLUGIN_CONTROL_H
|
|
#include "config.h"
|
|
#include <lightningd/plugin.h>
|
|
|
|
|
|
#endif /* LIGHTNING_LIGHTNINGD_PLUGIN_CONTROL_H */
|