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 --- conf.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf.h') diff --git a/conf.h b/conf.h index 4d2aff1..c39d413 100644 --- a/conf.h +++ b/conf.h @@ -3,5 +3,10 @@ * Author: Stefano Brivio */ +#ifndef CONF_H +#define CONF_H + void conf(struct ctx *c, int argc, char **argv); void get_bound_ports(struct ctx *c, int ns, uint8_t proto); + +#endif /* CONF_H */ -- cgit v1.2.3