#ifndef LIGHTNING_LIGHTNINGD_TOR_H #define LIGHTNING_LIGHTNINGD_TOR_H #include "config.h" #include #include #include #include #include void tor_init(struct lightningd *ld); #endif /* LIGHTNING_LIGHTNINGD_TOR_H */