summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-04 08:48:15 +0100
committerdefault <nobody@localhost>2022-11-04 08:48:15 +0100
commit8b252dab84e45de924fb55ef9a85131769c477bc (patch)
tree273501204f5856753769d0337191bc182f492277 /snac.h
parentb6a2abede2725b278366313a3649e081b47e51ea (diff)
New 'Hide' button.
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 c25e9a8..b65a86a 100644
--- a/snac.h
+++ b/snac.h
@@ -65,6 +65,7 @@ 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);