X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fvconn.h;h=74b6b49cbf02f6b9f4e5f68bca7784c2a44b04fa;hb=4cf6a09c619d2c362ecfa688c90aadae4b1be39e;hp=357fc4ee413ce36eb6f91e1c23af069e85ed6758;hpb=2c360fbb2777fba6d35599e4b53287e2ecb26fa9;p=sliver-openvswitch.git diff --git a/lib/vconn.h b/lib/vconn.h index 357fc4ee4..74b6b49cb 100644 --- a/lib/vconn.h +++ b/lib/vconn.h @@ -17,19 +17,15 @@ #ifndef VCONN_H #define VCONN_H 1 -#include #include -#include -#include +#include "openvswitch/types.h" -#include "flow.h" +#ifdef __cplusplus +extern "C" { +#endif struct list; struct ofpbuf; -struct ofp_action_header; -struct ofp_header; -struct ofp_match; -struct ofp_stats_reply; struct pvconn; struct vconn; @@ -78,4 +74,8 @@ void pvconn_close(struct pvconn *); int pvconn_accept(struct pvconn *, int min_version, struct vconn **); void pvconn_wait(struct pvconn *); +#ifdef __cplusplus +} +#endif + #endif /* vconn.h */