Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / lib / json.h
index 41257b0..5c32c06 100644 (file)
 
 #include "shash.h"
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 struct ds;
 
 /* Type of a JSON value. */
@@ -128,4 +132,8 @@ void json_to_ds(const struct json *, int flags, struct ds *);
 
 bool json_string_unescape(const char *in, size_t in_len, char **outp);
 
+#ifdef  __cplusplus
+}
+#endif
+
 #endif /* json.h */