summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index f2eae37..1e4a1a6 100644
--- a/snac.h
+++ b/snac.h
@@ -54,3 +54,6 @@ int following_add(snac *snac, char *actor, char *msg);
54int following_del(snac *snac, char *actor); 54int following_del(snac *snac, char *actor);
55int following_check(snac *snac, char *actor); 55int following_check(snac *snac, char *actor);
56 56
57void mute(snac *snac, char *actor);
58void unmute(snac *snac, char *actor);
59int is_muted(snac *snac, char *actor);