X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fvconn.h;h=3c1ffe9c2bb71074c756583b4371c95b26131d96;hb=a946b636edd932994a8972cf23168e4c08b21e8e;hp=3f8bc47b87876128e51b81e6128bb33b1c960cc3;hpb=28c8bad14f17fea722632e6483e61c80a1b9a8e0;p=openvswitch diff --git a/lib/vconn.h b/lib/vconn.h index 3f8bc47b..3c1ffe9c 100644 --- a/lib/vconn.h +++ b/lib/vconn.h @@ -24,6 +24,10 @@ #include "flow.h" +#ifdef __cplusplus +extern "C" { +#endif + struct list; struct ofpbuf; struct ofp_action_header; @@ -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 */