]> rtime.felk.cvut.cz Git - frescor/fwp.git/blob - fwp/lib/fwp/fwp.h
Rename lib/core to lib/fwp. Clean-ups
[frescor/fwp.git] / fwp / lib / fwp / fwp.h
1 #ifndef _FWP_H
2 #define _FWP_H
3
4 #ifndef _FWP_CONFDEFS_H
5 //#error fwp_confdefs.h not included
6 #endif
7
8
9 #include "fwp_conf.h"
10 #include "fwp_vres.h"
11 #include "fwp_endpoint.h"
12 //#include "fwp_contract.h"
13 //#include "fwp_mngt.h"
14
15 int fwp_init(void);
16 int fwp_done(void);
17
18 #endif /* _FWP_H */