diff options
author | default <nobody@localhost> | 2022-12-03 07:27:26 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-03 07:27:26 +0100 |
commit | af6d31ff83bfe1eb6f4d37c5623e35f149e9aee5 (patch) | |
tree | ccce0075e128768e49832e7f14c80cf4de37a8cc /snac.h | |
parent | 2614a8b3cbf55ab2a38ae2c81fe0081579495190 (diff) |
New function timeline_simple_list().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ d_char *follower_list(snac *snac); double timeline_mtime(snac *snac); int timeline_del(snac *snac, char *id); +d_char *timeline_simple_list(snac *snac, const char *idx_name, int max); d_char *timeline_list(snac *snac, const char *idx_name, int max); int timeline_add(snac *snac, char *id, char *o_msg, char *parent, char *referrer); void timeline_admire(snac *snac, char *o_msg, char *id, char *admirer, int like); |