summaryrefslogtreecommitdiffstats
path: root/tests/conntrackd/cthelper/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conntrackd/cthelper/test.h')
-rw-r--r--tests/conntrackd/cthelper/test.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/conntrackd/cthelper/test.h b/tests/conntrackd/cthelper/test.h
deleted file mode 100644
index 4f5a6b6..0000000
--- a/tests/conntrackd/cthelper/test.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _CTHELPER_TEST_H_
-#define _CTHELPER_TEST_H_
-
-struct cthelper_test_stats {
- int pkts;
- int pkt_mismatch_proto;
- int pkt_mismatch_port;
- int ct_expect_created;
-};
-
-extern struct cthelper_test_stats cthelper_test_stats;
-
-#endif