diff options
author | default <nobody@localhost> | 2022-09-20 11:38:18 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-20 11:38:18 +0200 |
commit | 065773c70377567f7c6669b752ca51b27bef8ad3 (patch) | |
tree | 76b1ef7c3b63744d4854bbd7b7059386449aa5f3 /snac.h | |
parent | 591613a49e23af913aebcaa0a205ed425a987717 (diff) |
Added muted functions.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,3 +54,6 @@ int following_add(snac *snac, char *actor, char *msg); int following_del(snac *snac, char *actor); int following_check(snac *snac, char *actor); +void mute(snac *snac, char *actor); +void unmute(snac *snac, char *actor); +int is_muted(snac *snac, char *actor); |