diff options
author | default <nobody@localhost> | 2023-02-05 17:39:40 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-05 17:39:40 +0100 |
commit | bad9f3a8c638f434bd04243791aecce950a104ba (patch) | |
tree | 2f213eb19182f508cb407278fcdc71942f35187d /snac.h | |
parent | 12aedfadfd9c7805bb7138f64695858b6ceca62c (diff) |
Renamed timeline_get() to timeline_get_by_md5(), as that is what id does.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |