]> rtime.felk.cvut.cz Git - frescor/fwp.git/blob - fwp/lib/fwp/fwp_types.h
Rename lib/core to lib/fwp. Clean-ups
[frescor/fwp.git] / fwp / lib / fwp / fwp_types.h
1 #ifndef _FWP_TYPES 
2 #define _FWP_TYPES
3
4 //struct fwp_vres;
5 //typedef struct fwp_vres* fwp_vres_d_t;
6
7 /* Flags values */
8 #define FWP_RELIABLE    1
9 #define FWP_BEST_EFFORT 2
10
11
12 #endif /* _FWP_TYPES */