diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -101,6 +101,7 @@ void ut_free(struct ut_state *s); struct ut_opcode *ut_new_func(struct ut_state *s, struct ut_opcode *name, struct ut_opcode *args, struct ut_opcode *body); +struct json_object *ut_new_object(struct ut_state *s, struct json_object *proto); struct json_object *json_object_new_double_rounded(double v); struct json_object *json_object_new_null_obj(void); |