Browse Source

Add extern to json_object_set_serializer so that it gets exported (Windows fix)

tags/json-c-0.12-20140410
Even Rouault 12 years ago
parent
commit
6c4bb3840c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      json_object.h

+ 1
- 1
json_object.h View File

@@ -192,7 +192,7 @@ flags);
* @param userdata an optional opaque cookie
* @param user_delete an optional function from freeing userdata
*/
void json_object_set_serializer(json_object *jso,
extern void json_object_set_serializer(json_object *jso,
json_object_to_json_string_fn to_string_func,
void *userdata,
json_object_delete_fn *user_delete);


Loading…
Cancel
Save