diff options
author | default <nobody@localhost> | 2022-09-25 18:28:15 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-25 18:28:15 +0200 |
commit | 6169932733a2fdc7d00a29669960770c4fbaf5d3 (patch) | |
tree | 17ffceb40a8652c448160d7d091cfb5b7ad2f357 /snac.h | |
parent | bb70101feca64224759581d73404240bb4d35f5b (diff) |
New function timeline_request().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ int follower_del(snac *snac, char *actor); int follower_check(snac *snac, char *actor); d_char *follower_list(snac *snac); +int timeline_here(snac *snac, char *id); d_char *timeline_find(snac *snac, char *id); void timeline_del(snac *snac, char *id); d_char *timeline_get(snac *snac, char *fn); |