From bd21d144de18bf67facef287705e34ba030b46d8 Mon Sep 17 00:00:00 2001 From: default Date: Fri, 14 Apr 2023 19:17:16 +0200 Subject: New function timeline_touch(). --- snac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'snac.h') diff --git a/snac.h b/snac.h index f1fe13f..17bd361 100644 --- a/snac.h +++ b/snac.h @@ -98,6 +98,7 @@ int follower_check(snac *snac, const char *actor); d_char *follower_list(snac *snac); double timeline_mtime(snac *snac); +int timeline_touch(snac *snac); int timeline_here(snac *snac, const char *md5); int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg); int timeline_del(snac *snac, char *id); -- cgit v1.2.3