mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
7355e62964
Signed-off-by: Christian Decker <decker.christian@gmail.com>
10 lines
272 B
C
10 lines
272 B
C
#ifndef LIGHTNING_LIGHTNINGD_NOTIFICATION_H
|
|
#define LIGHTNING_LIGHTNINGD_NOTIFICATION_H
|
|
#include "config.h"
|
|
#include <lightningd/jsonrpc.h>
|
|
#include <lightningd/plugin.h>
|
|
|
|
bool notifications_have_topic(const char *topic);
|
|
|
|
#endif /* LIGHTNING_LIGHTNINGD_NOTIFICATION_H */
|