X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fjson.h;h=5c32c06cd42f166ef58aae3b031dd9558604742b;hb=3b6a2571f07e153e850a9bf2044699d8d4434ef0;hp=41257b0d7e610fe3da88e042f917aa7e266557c4;hpb=36d802ae1fd61d5ae3bfa1b114b8f3a911d987e5;p=sliver-openvswitch.git diff --git a/lib/json.h b/lib/json.h index 41257b0d7..5c32c06cd 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 */