Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
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,
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,
/*
* Copyright © 2007 Pierre Habouzit
+ * Copyright © 2008 Florent Bruneau
*/
#include <arpa/inet.h>
/*
* Copyright © 2007 Pierre Habouzit
+ * Copyright © 2008 Florent Bruneau
*/
#ifndef PFIXTOOLS_RBL_H