core-lightning/common/peer_billboard.h
Rusty Russell d4a172e221 common: peer_billboard() helper for updating the billboard.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-23 18:02:00 +01:00

10 lines
303 B
C

#ifndef LIGHTNING_COMMON_PEER_BILLBOARD_H
#define LIGHTNING_COMMON_PEER_BILLBOARD_H
#include "config.h"
#include <stdbool.h>
/* Key information for RPC display: perm means it outlasts this daemon. */
void peer_billboard(bool perm, const char *fmt, ...);
#endif /* LIGHTNING_COMMON_PEER_BILLBOARD_H */