]> rtime.felk.cvut.cz Git - frescor/fwp.git/blob - fwp/lib/fwp.h
bc1b74f943148fcbfbe957dca7f46ba73b4caf0f
[frescor/fwp.git] / fwp / lib / 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
17 #endif /* _FWP_H */