summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-02-05 13:35:50 +0100
committerdefault <nobody@localhost>2023-02-05 13:35:50 +0100
commit12aedfadfd9c7805bb7138f64695858b6ceca62c (patch)
tree7513c57743d6f46e382e0a0cc43a22f9607d79c8 /snac.h
parent8983eb141db47a9f86e64523bfea6ca355ad4e7b (diff)
New function timeline_get().
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 7c417cf..b456be7 100644
--- a/snac.h
+++ b/snac.h
@@ -88,6 +88,7 @@ int follower_check(snac *snac, const char *actor);
d_char *follower_list(snac *snac);
double timeline_mtime(snac *snac);
+int timeline_get(snac *snac, const char *id, xs_dict **msg);
int timeline_del(snac *snac, char *id);
d_char *timeline_simple_list(snac *snac, const char *idx_name, int skip, int show);
d_char *timeline_list(snac *snac, const char *idx_name, int skip, int show);