X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fjson.h;h=5c32c06cd42f166ef58aae3b031dd9558604742b;hb=a5ac7299f8042c01fcdb60c5508047146baf3a16;hp=41257b0d7e610fe3da88e042f917aa7e266557c4;hpb=c69ee87c10818267f991236201150b1fa51ae519;p=openvswitch diff --git a/lib/json.h b/lib/json.h index 41257b0d..5c32c06c 100644 --- a/lib/json.h +++ b/lib/json.h @@ -32,6 +32,10 @@ #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 */