summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-24 09:49:54 +0100
committerdefault <nobody@localhost>2022-11-24 09:49:54 +0100
commitd215f8ce4634ab769f52d70119fed2dd0d8124f9 (patch)
tree979600293c8a3c5b917a369ce090680759f7e47d /snac.h
parent455352850748dc0b1bba7884c3a164dfe3e59614 (diff)
Use the new hide API.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 565d357..6edf50c 100644
--- a/snac.h
+++ b/snac.h
@@ -71,7 +71,6 @@ d_char *timeline_get(snac *snac, char *fn);
d_char *timeline_list(snac *snac, int max);
int timeline_add(snac *snac, char *id, char *o_msg, char *parent, char *referrer);
void timeline_admire(snac *snac, char *id, char *admirer, int like);
-int timeline_hide(snac *snac, char *id, int hide);
d_char *local_list(snac *snac, int max);