]> git.proxmox.com Git - mirror_ovs.git/blobdiff - ofproto/ofproto.h
Merge "master" into "next".
[mirror_ovs.git] / ofproto / ofproto.h
index e735cc60a91da5215513ef2d075dd918dec103e9..d9e71d762e43f17f4577f7eb24545704d9a1631f 100644 (file)
 #include "netflow.h"
 #include "tag.h"
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 struct odp_actions;
 struct ofhooks;
 struct ofproto;
@@ -127,4 +131,8 @@ struct ofhooks {
 void ofproto_revalidate(struct ofproto *, tag_type);
 struct tag_set *ofproto_get_revalidate_set(struct ofproto *);
 
+#ifdef  __cplusplus
+}
+#endif
+
 #endif /* ofproto.h */