From 965f603238a92b6ab8cd8a0592e0fb65c096b3e1 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sat, 26 Mar 2022 00:05:31 +0100 Subject: treewide: Add include guards ...at the moment, just for consistency with packet.h, icmp.h, tcp.h and udp.h. Signed-off-by: Stefano Brivio --- ndp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ndp.h') diff --git a/ndp.h b/ndp.h index a26673e..7280b23 100644 --- a/ndp.h +++ b/ndp.h @@ -3,5 +3,10 @@ * Author: Stefano Brivio */ +#ifndef NDP_H +#define NDP_H + int ndp(struct ctx *c, struct icmp6hdr *ih, unsigned char *eh_source, struct in6_addr *saddr); + +#endif /* NDP_H */ -- cgit v1.2.3