mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
10 lines
251 B
C
10 lines
251 B
C
#ifndef LIGHTNING_LIGHTNINGD_IO_LOOP_WITH_TIMERS_H
|
|
#define LIGHTNING_LIGHTNINGD_IO_LOOP_WITH_TIMERS_H
|
|
|
|
#include "config.h"
|
|
|
|
struct lightningd;
|
|
|
|
void *io_loop_with_timers(struct lightningd *ld);
|
|
|
|
#endif /* LIGHTNING_LIGHTNINGD_IO_LOOP_WITH_TIMERS_H */
|