diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -72,6 +72,7 @@ int following_add(snac *snac, char *actor, char *msg); | |||
| 72 | int following_del(snac *snac, char *actor); | 72 | int following_del(snac *snac, char *actor); |
| 73 | int following_check(snac *snac, char *actor); | 73 | int following_check(snac *snac, char *actor); |
| 74 | int following_get(snac *snac, char *actor, d_char **data); | 74 | int following_get(snac *snac, char *actor, d_char **data); |
| 75 | d_char *following_list(snac *snac); | ||
| 75 | 76 | ||
| 76 | void mute(snac *snac, char *actor); | 77 | void mute(snac *snac, char *actor); |
| 77 | void unmute(snac *snac, char *actor); | 78 | void unmute(snac *snac, char *actor); |