summaryrefslogtreecommitdiffstats
path: root/include/state_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/state_helper.h')
-rw-r--r--include/state_helper.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/state_helper.h b/include/state_helper.h
index 1ed0b79..0015890 100644
--- a/include/state_helper.h
+++ b/include/state_helper.h
@@ -1,13 +1,15 @@
#ifndef _STATE_HELPER_H_
#define _STATE_HELPER_H_
+#include <stdint.h>
+
enum {
ST_H_SKIP,
ST_H_REPLICATE
};
struct state_replication_helper {
- u_int8_t proto;
+ uint8_t proto;
unsigned int state;
int (*verdict)(const struct state_replication_helper *h,