diff options
author | default <nobody@localhost> | 2023-02-08 13:21:44 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-02-08 13:21:44 +0100 |
commit | 3fcc139d6651a7d1c4fb431b3a9ee17cac897b27 (patch) | |
tree | 030ca35b044d5848dc18814c60dbd03a6fb6626d /snac.h | |
parent | b8cd0d636325c5c648d199c651903feae411d497 (diff) |
timeline_top_level() now looks for the entries in the user caches.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ d_char *timeline_list(snac *snac, const char *idx_name, int skip, int show); int timeline_add(snac *snac, char *id, char *o_msg); void timeline_admire(snac *snac, char *id, char *admirer, int like); -d_char *timeline_top_level(d_char *list); +xs_list *timeline_top_level(snac *snac, xs_list *list); d_char *local_list(snac *snac, int max); |