summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2022-12-03 07:27:26 +0100
committerGravatar default2022-12-03 07:27:26 +0100
commitaf6d31ff83bfe1eb6f4d37c5623e35f149e9aee5 (patch)
treeccce0075e128768e49832e7f14c80cf4de37a8cc /snac.h
parentShow stray parents in the origin. (diff)
downloadsnac2-af6d31ff83bfe1eb6f4d37c5623e35f149e9aee5.tar.gz
snac2-af6d31ff83bfe1eb6f4d37c5623e35f149e9aee5.tar.xz
snac2-af6d31ff83bfe1eb6f4d37c5623e35f149e9aee5.zip
New function timeline_simple_list().
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 0d7ede1..1254584 100644
--- a/snac.h
+++ b/snac.h
@@ -79,6 +79,7 @@ d_char *follower_list(snac *snac);
79 79
80double timeline_mtime(snac *snac); 80double timeline_mtime(snac *snac);
81int timeline_del(snac *snac, char *id); 81int timeline_del(snac *snac, char *id);
82d_char *timeline_simple_list(snac *snac, const char *idx_name, int max);
82d_char *timeline_list(snac *snac, const char *idx_name, int max); 83d_char *timeline_list(snac *snac, const char *idx_name, int max);
83int timeline_add(snac *snac, char *id, char *o_msg, char *parent, char *referrer); 84int timeline_add(snac *snac, char *id, char *o_msg, char *parent, char *referrer);
84void timeline_admire(snac *snac, char *o_msg, char *id, char *admirer, int like); 85void timeline_admire(snac *snac, char *o_msg, char *id, char *admirer, int like);