diff options
author | default <nobody@localhost> | 2023-04-12 09:46:42 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-12 09:46:42 +0200 |
commit | 5046531d43525cfd1ce16aeae840d8a33d2fb9c7 (patch) | |
tree | 87b0213b9f67a1d02f4bae82a5144bb8a57fe022 /snac.h | |
parent | 93008cfc3e60b09e12fc3e1220602cab3a40b652 (diff) |
New functions object_ctime() and object_ctime_by_md5().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |