diff options
Diffstat (limited to 'eval.h')
-rw-r--r-- | eval.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,9 +27,6 @@ __attribute__((format(printf, 3, 0))) struct json_object * ut_exception(struct ut_state *state, uint32_t op, const char *fmt, ...); -void -ut_putval(struct json_object *val); - bool ut_cmp(int how, struct json_object *v1, struct json_object *v2); |