mirror of
https://github.com/ElementsProject/lightning.git
synced 2026-08-16 13:00:32 +02:00
gossipd/gossip_store.h: fix check-source for new source file header guards
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
82e1f5ade1
commit
439dc0f991
1 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef GOSSIPD_GOSSIP_STORE_H
|
||||
#define GOSSIPD_GOSSIP_STORE_H
|
||||
#ifndef LIGHTNING_GOSSIPD_GOSSIP_STORE_H
|
||||
#define LIGHTNING_GOSSIPD_GOSSIP_STORE_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
@ -44,4 +44,4 @@ void gossip_store_add_channel_update(struct gossip_store *gs,
|
|||
void gossip_store_add_node_announcement(struct gossip_store *gs,
|
||||
const u8 *gossip_msg);
|
||||
|
||||
#endif /* GOSSIPD_GOSSIP_STORE_H */
|
||||
#endif /* LIGHTNING_GOSSIPD_GOSSIP_STORE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue