diff options
author | default <nobody@localhost> | 2022-11-26 18:52:51 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-26 18:52:51 +0100 |
commit | 2ad703e52028814a27918f5e840f734aa98adfd1 (patch) | |
tree | d910e0f050cf58f7c24dedf33ea839ef7506b2c9 /snac.h | |
parent | 159a591f45f132df8d5007d3e64faf836aad3f66 (diff) |
timeline_top_level() works.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |