#ifndef LIGHTNING_LIGHTNINGD_MEMDUMP_H #define LIGHTNING_LIGHTNINGD_MEMDUMP_H #include "config.h" #include #include struct command; struct subd; void opening_memleak_done(struct command *cmd, struct subd *leaker); void peer_memleak_done(struct command *cmd, struct subd *leaker); #endif /* LIGHTNING_LIGHTNINGD_MEMDUMP_H */