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 --- dhcpv6.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dhcpv6.h') diff --git a/dhcpv6.h b/dhcpv6.h index 73d28d3..b476133 100644 --- a/dhcpv6.h +++ b/dhcpv6.h @@ -3,6 +3,11 @@ * Author: Stefano Brivio */ +#ifndef DHCPV6_H +#define DHCPV6_H + int dhcpv6(struct ctx *c, struct pool *p, struct in6_addr *saddr, struct in6_addr *daddr); void dhcpv6_init(struct ctx *c); + +#endif /* DHCPV6_H */ -- cgit v1.2.3