diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -119,7 +119,7 @@ int following_add(snac *snac, const char *actor, const xs_dict *msg); | |||
| 119 | int following_del(snac *snac, const char *actor); | 119 | int following_del(snac *snac, const char *actor); |
| 120 | int following_check(snac *snac, const char *actor); | 120 | int following_check(snac *snac, const char *actor); |
| 121 | int following_get(snac *snac, const char *actor, d_char **data); | 121 | int following_get(snac *snac, const char *actor, d_char **data); |
| 122 | d_char *following_list(snac *snac); | 122 | xs_list *following_list(snac *snac); |
| 123 | 123 | ||
| 124 | void mute(snac *snac, const char *actor); | 124 | void mute(snac *snac, const char *actor); |
| 125 | void unmute(snac *snac, const char *actor); | 125 | void unmute(snac *snac, const char *actor); |