summaryrefslogtreecommitdiffhomepage
path: root/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'module.h')
-rw-r--r--module.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/module.h b/module.h
index c768461..8760926 100644
--- a/module.h
+++ b/module.h
@@ -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;