mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
10 lines
268 B
C
10 lines
268 B
C
|
#ifndef LIGHTNING_DAEMON_IRC_ANNOUNCE_H
|
||
|
#define LIGHTNING_DAEMON_IRC_ANNOUNCE_H
|
||
|
#include "config.h"
|
||
|
#include "irc.h"
|
||
|
|
||
|
// Main entrypoint for the lightning daemon
|
||
|
void setup_irc_connection(struct lightningd_state *dstate);
|
||
|
|
||
|
#endif /* LIGHTNING_DAEMON_IRC_ANNOUNCE_H */
|