diff options
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); | |||
| 54 | int following_del(snac *snac, char *actor); | 54 | int following_del(snac *snac, char *actor); |
| 55 | int following_check(snac *snac, char *actor); | 55 | int following_check(snac *snac, char *actor); |
| 56 | 56 | ||
| 57 | void mute(snac *snac, char *actor); | ||
| 58 | void unmute(snac *snac, char *actor); | ||
| 59 | int is_muted(snac *snac, char *actor); | ||