summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-26 18:04:05 +0100
committerdefault <nobody@localhost>2022-11-26 18:04:05 +0100
commit159a591f45f132df8d5007d3e64faf836aad3f66 (patch)
tree9faa3f2bfd3ed39fd107b0cb7b388a6ae41dd91c /snac.h
parent4f261ec7b949b89146b699d04bd9e79ce87f7f10 (diff)
New function timeline_top_level() (untested).
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 5323a2a..ed998a0 100644
--- a/snac.h
+++ b/snac.h
@@ -76,6 +76,8 @@ d_char *timeline_list(snac *snac, int max);
int timeline_add(snac *snac, char *id, char *o_msg, char *parent, char *referrer);
void timeline_admire(snac *snac, char *id, char *admirer, int like);
+d_char *timeline_top_level(snac *snac, const char *index);
+
d_char *local_list(snac *snac, int max);
int following_add(snac *snac, char *actor, char *msg);