summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
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 7a3a5f3..79e5453 100644
--- a/snac.h
+++ b/snac.h
@@ -72,6 +72,7 @@ int following_add(snac *snac, char *actor, char *msg);
72int following_del(snac *snac, char *actor); 72int following_del(snac *snac, char *actor);
73int following_check(snac *snac, char *actor); 73int following_check(snac *snac, char *actor);
74int following_get(snac *snac, char *actor, d_char **data); 74int following_get(snac *snac, char *actor, d_char **data);
75d_char *following_list(snac *snac);
75 76
76void mute(snac *snac, char *actor); 77void mute(snac *snac, char *actor);
77void unmute(snac *snac, char *actor); 78void unmute(snac *snac, char *actor);