Update guards.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 11 Sep 2008 16:47:14 +0000 (18:47 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 11 Sep 2008 16:47:14 +0000 (18:47 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
postlicyd/filter_tokens.sh
postlicyd/policy_tokens.sh
postlicyd/rbl.c
postlicyd/rbl.h

index f34d36d..1cbb090 100755 (executable)
@@ -46,8 +46,8 @@ EOF
 do_h() {
     do_hdr
     cat <<EOF
-#ifndef PFIXTOOLS_FILTERS_H
-#define PFIXTOOLS_FILTERS_H
+#ifndef PFIXTOOLS_FILTERS_TOKENS_H
+#define PFIXTOOLS_FILTERS_TOKENS_H
 
 typedef enum filter_token {
     FTK_UNKNOWN = -1,
index 1a6b0f7..162607d 100755 (executable)
@@ -46,8 +46,8 @@ EOF
 do_h() {
     do_hdr
     cat <<EOF
-#ifndef PFIXTOOLS_TOKENS_H
-#define PFIXTOOLS_TOKENS_H
+#ifndef PFIXTOOLS_POLICY_TOKENS_H
+#define PFIXTOOLS_POLICY_TOKENS_H
 
 typedef enum postlicyd_token {
     PTK_UNKNOWN = -1,
index 3f8c682..cf1d734 100644 (file)
@@ -31,6 +31,7 @@
 
 /*
  * Copyright © 2007 Pierre Habouzit
+ * Copyright © 2008 Florent Bruneau
  */
 
 #include <arpa/inet.h>
index e87025e..2c6b879 100644 (file)
@@ -31,6 +31,7 @@
 
 /*
  * Copyright © 2007 Pierre Habouzit
+ * Copyright © 2008 Florent Bruneau
  */
 
 #ifndef PFIXTOOLS_RBL_H