core-lightning/lightningd/notification.h
Christian Decker 7355e62964 plugin: Add subscriptions when processing the plugin manifest
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-12-30 14:36:02 +01:00

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 */