From 71a7569467a53f8533c0eb0f5c62ed94744ed996 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 5 Feb 2023 17:45:00 +0100 Subject: Deleted the type argument from object_get_my_md5() and object_get(). It was never used. --- snac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 9ebb532..8617e32 100644 --- a/snac.h +++ b/snac.h @@ -65,8 +65,8 @@ int object_add(const char *id, d_char *obj); int object_add_ow(const char *id, d_char *obj); int object_here_by_md5(char *id); int object_here(char *id); -int object_get_by_md5(const char *md5, d_char **obj, const char *type); -int object_get(const char *id, d_char **obj, const char *type); +int object_get_by_md5(const char *md5, xs_dict **obj); +int object_get(const char *id, xs_dict **obj); int object_del(const char *id); int object_del_if_unref(const char *id); int object_admire(const char *id, const char *actor, int like); -- cgit v1.2.3