summaryrefslogtreecommitdiffhomepage
path: root/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index 9471141..084714d 100644
--- a/lib.h
+++ b/lib.h
@@ -28,6 +28,6 @@ typedef struct json_object *(ut_c_fn)(struct ut_state *, uint32_t, struct json_o
void ut_lib_init(struct ut_state *state, struct json_object *scope);
-char *ut_format_error(struct ut_state *state, const char *expr);
+char *ut_format_error(struct ut_state *state, FILE *fp);
#endif /* __LIB_H_ */