summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-12-02 20:56:51 +0100
committerdefault <nobody@localhost>2022-12-02 20:56:51 +0100
commita133427e8dd8533828f7638915d3a0b06a3ed000 (patch)
treee94805cd659f510af52be37093bfe8ad7341cce2 /snac.h
parent3e2891b100c3359bf3ff85e01447270f0aab3be1 (diff)
More old code cleaning.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/snac.h b/snac.h
index e4a73d8..3d7d8fd 100644
--- a/snac.h
+++ b/snac.h
@@ -76,8 +76,6 @@ int follower_check(snac *snac, const char *actor);
d_char *follower_list(snac *snac);
double timeline_mtime(snac *snac);
-d_char *_timeline_find_fn(snac *snac, char *id);
-d_char *timeline_find(snac *snac, char *id);
int timeline_del(snac *snac, char *id);
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);