diff options
Diffstat (limited to 'src/json.h')
-rw-r--r-- | src/json.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -92,4 +92,10 @@ struct og_msg_params { uint64_t flags; }; +struct og_cmd_json { + const char *type; + json_t *json; + uint32_t flags; +}; + #endif |