Commit 02beb90d authored by Petri Lehtinen's avatar Petri Lehtinen
Browse files

Make it possible to forward declare struct json_t

This allows e.g. to use json_t in a header file that doesn't include
jansson.h:

    struct json_t;
    typedef struct json_t json_t;

    json_t *foo(json_t *bar);
parent 8ad98c9a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment