From b64d0f338d6014799a82138619cbc9588775982f Mon Sep 17 00:00:00 2001 From: default Date: Wed, 8 Feb 2023 13:28:03 +0100 Subject: New function timeline_here(). --- snac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'snac.h') diff --git a/snac.h b/snac.h index ca4c261..42b7daf 100644 --- a/snac.h +++ b/snac.h @@ -92,6 +92,7 @@ int follower_check(snac *snac, const char *actor); d_char *follower_list(snac *snac); double timeline_mtime(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); d_char *timeline_simple_list(snac *snac, const char *idx_name, int skip, int show); -- cgit v1.2.3