X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn.h;h=3c1ffe9c2bb71074c756583b4371c95b26131d96;hb=1f00acd0bccc883f5b2017dc52f8f1d52a089b1f;hp=357fc4ee413ce36eb6f91e1c23af069e85ed6758;hpb=dbba996be2f0d96f4d2999d51c4ef1d16809bad9;p=openvswitch diff --git a/lib/vconn.h b/lib/vconn.h index 357fc4ee..3c1ffe9c 100644 --- a/lib/vconn.h +++ b/lib/vconn.h @@ -24,12 +24,16 @@ #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 ofp_stats_msg; struct pvconn; struct vconn; @@ -78,4 +82,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 */