mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
13 lines
339 B
C
13 lines
339 B
C
#ifndef LIGHTNING_LIGHTNINGD_MEMDUMP_H
|
|
#define LIGHTNING_LIGHTNINGD_MEMDUMP_H
|
|
#include "config.h"
|
|
|
|
struct command;
|
|
struct htable;
|
|
struct strmap;
|
|
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 */
|