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/ct.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/ct.h') diff --git a/include/ct.h b/include/ct.h index 946bc297..67718c84 100644 --- a/include/ct.h +++ b/include/ct.h @@ -1,5 +1,5 @@ -#ifndef _CT_H -#define _CT_H +#ifndef NFTABLES_CT_H +#define NFTABLES_CT_H /** * struct ct_template @@ -26,4 +26,4 @@ struct ct_template { extern struct expr *ct_expr_alloc(const struct location *loc, enum nft_ct_keys key); -#endif /* _CT_H */ +#endif /* NFTABLES_CT_H */ -- cgit v1.2.3