From 5046531d43525cfd1ce16aeae840d8a33d2fb9c7 Mon Sep 17 00:00:00 2001 From: default Date: Wed, 12 Apr 2023 09:46:42 +0200 Subject: New functions object_ctime() and object_ctime_by_md5(). --- snac.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 570f5cc..0784b26 100644 --- a/snac.h +++ b/snac.h @@ -77,6 +77,8 @@ 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); +double object_ctime_by_md5(const char *md5); +double object_ctime(const char *id); int object_admire(const char *id, const char *actor, int like); int object_likes_len(const char *id); -- cgit v1.2.3