From d1f959589a804ff01288ae2cc610d6679415d772 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 18 Mar 2009 07:17:10 +0100 Subject: Fix use of reserved names in header sandwich Signed-off-by: Patrick McHardy --- include/rule.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/rule.h') diff --git a/include/rule.h b/include/rule.h index e4ad9f58..991d1125 100644 --- a/include/rule.h +++ b/include/rule.h @@ -1,5 +1,5 @@ -#ifndef _RULE_H -#define _RULE_H +#ifndef NFTABLES_RULE_H +#define NFTABLES_RULE_H #include #include @@ -171,4 +171,4 @@ extern struct error_record *rule_postprocess(struct rule *rule); struct netlink_ctx; extern int do_command(struct netlink_ctx *ctx, struct cmd *cmd); -#endif /* RULE_H */ +#endif /* NFTABLES_RULE_H */ -- cgit v1.2.3