From bad9f3a8c638f434bd04243791aecce950a104ba Mon Sep 17 00:00:00 2001 From: default Date: Sun, 5 Feb 2023 17:39:40 +0100 Subject: Renamed timeline_get() to timeline_get_by_md5(), as that is what id does. --- snac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snac.h') diff --git a/snac.h b/snac.h index b456be7..9ebb532 100644 --- a/snac.h +++ b/snac.h @@ -88,7 +88,7 @@ int follower_check(snac *snac, const char *actor); d_char *follower_list(snac *snac); double timeline_mtime(snac *snac); -int timeline_get(snac *snac, const char *id, xs_dict **msg); +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); d_char *timeline_list(snac *snac, const char *idx_name, int skip, int show); -- cgit v1.2.3