summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-26 18:52:51 +0100
committerdefault <nobody@localhost>2022-11-26 18:52:51 +0100
commit2ad703e52028814a27918f5e840f734aa98adfd1 (patch)
treed910e0f050cf58f7c24dedf33ea839ef7506b2c9 /snac.h
parent159a591f45f132df8d5007d3e64faf836aad3f66 (diff)
timeline_top_level() works.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index ed998a0..288a79f 100644
--- a/snac.h
+++ b/snac.h
@@ -76,7 +76,7 @@ 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 *timeline_top_level(snac *snac, d_char *list);
d_char *local_list(snac *snac, int max);