summaryrefslogtreecommitdiffhomepage
path: root/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'module.h')
-rw-r--r--module.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/module.h b/module.h
index 8760926..77c4f99 100644
--- a/module.h
+++ b/module.h
@@ -22,8 +22,8 @@
struct ut_ops {
bool (*register_function)(struct json_object *, const char *, ut_c_fn *);
- bool (*register_type)(const char *, void (*)(void *));
- struct json_object *(*set_type)(struct json_object *, struct json_object *, const char *, void *);
+ bool (*register_type)(const char *, struct json_object *, void (*)(void *));
+ struct json_object *(*set_type)(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);