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 --- dhcp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dhcp.h') diff --git a/dhcp.h b/dhcp.h index 7c72fd2..ab74672 100644 --- a/dhcp.h +++ b/dhcp.h @@ -3,5 +3,10 @@ * Author: Stefano Brivio */ +#ifndef DHCP_H +#define DHCP_H + int dhcp(struct ctx *c, struct pool *p); void dhcp_init(void); + +#endif /* DHCP_H */ -- cgit v1.2.3