X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn.h;h=74b6b49cbf02f6b9f4e5f68bca7784c2a44b04fa;hb=f6d1465cec98fd7e83845d24fb394145bbbcf531;hp=357fc4ee413ce36eb6f91e1c23af069e85ed6758;hpb=dbba996be2f0d96f4d2999d51c4ef1d16809bad9;p=openvswitch diff --git a/lib/vconn.h b/lib/vconn.h index 357fc4ee..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_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 */