diff options
Diffstat (limited to 'src/json.h')
-rw-r--r-- | src/json.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -82,8 +82,6 @@ struct og_msg_params { }; int og_json_parse_partition_setup(json_t *element, struct og_msg_params *params); -int og_json_parse_create_image(json_t *element, struct og_msg_params *params); -int og_json_parse_restore_image(json_t *element, struct og_msg_params *params); struct og_cmd_json { const char *type; |