summaryrefslogtreecommitdiffstats
path: root/client/main.h
blob: 4b0e0119b26a56ba962b52dcbb24d10f7d93fea6 (plain)
1
2
3
4
5
6
7
#ifndef foomainhfoo
#define foomainhfoo

typedef enum verdict { VERDICT_QUERY, VERDICT_ACCEPT, VERDICT_REJECT, VERDICT_DROP } verdict_t;
typedef enum conn_direction { DIR_INCOMING, DIR_OUTGOING, DIR_PASSING } conn_direction_t;

#endif