diff options
Diffstat (limited to 'module.h')
-rw-r--r-- | module.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,7 +26,9 @@ struct ut_ops { struct json_object *(*set_type)(struct json_object *, struct json_object *, const char *, void *); void **(*get_type)(struct json_object *, const char *); struct json_object *(*new_object)(struct json_object *); + struct json_object *(*new_double)(double); struct json_object *(*invoke)(struct ut_state *, uint32_t, struct json_object *, struct json_object *, struct json_object *); + enum json_type (*cast_number)(struct json_object *, int64_t *, double *); }; extern const struct ut_ops ut; |