diff options
author | default <nobody@localhost> | 2022-11-04 08:48:15 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-04 08:48:15 +0100 |
commit | 8b252dab84e45de924fb55ef9a85131769c477bc (patch) | |
tree | 273501204f5856753769d0337191bc182f492277 /snac.h | |
parent | b6a2abede2725b278366313a3649e081b47e51ea (diff) |
New 'Hide' button.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |