X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn.h;h=74b6b49cbf02f6b9f4e5f68bca7784c2a44b04fa;hb=40f280c781639c24176e054abc20bb7270da9e7a;hp=3f8bc47b87876128e51b81e6128bb33b1c960cc3;hpb=28c8bad14f17fea722632e6483e61c80a1b9a8e0;p=openvswitch diff --git a/lib/vconn.h b/lib/vconn.h index 3f8bc47b..74b6b49c 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_msg; 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 */