summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2023-02-08 13:28:03 +0100
committerGravatar default2023-02-08 13:28:03 +0100
commitb64d0f338d6014799a82138619cbc9588775982f (patch)
tree57b6268790285eef8879f15296303474a11d82dc /snac.h
parenttimeline_top_level() now looks for the entries in the user caches. (diff)
downloadsnac2-b64d0f338d6014799a82138619cbc9588775982f.tar.gz
snac2-b64d0f338d6014799a82138619cbc9588775982f.tar.xz
snac2-b64d0f338d6014799a82138619cbc9588775982f.zip
New function timeline_here().
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 ca4c261..42b7daf 100644
--- a/snac.h
+++ b/snac.h
@@ -92,6 +92,7 @@ int follower_check(snac *snac, const char *actor);
92d_char *follower_list(snac *snac); 92d_char *follower_list(snac *snac);
93 93
94double timeline_mtime(snac *snac); 94double timeline_mtime(snac *snac);
95int timeline_here(snac *snac, const char *md5);
95int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg); 96int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg);
96int timeline_del(snac *snac, char *id); 97int timeline_del(snac *snac, char *id);
97d_char *timeline_simple_list(snac *snac, const char *idx_name, int skip, int show); 98d_char *timeline_simple_list(snac *snac, const char *idx_name, int skip, int show);