diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -115,7 +115,7 @@ d_char *local_list(snac *snac, int max); | |||
| 115 | int following_add(snac *snac, const char *actor, const xs_dict *msg); | 115 | int following_add(snac *snac, const char *actor, const xs_dict *msg); |
| 116 | int following_del(snac *snac, char *actor); | 116 | int following_del(snac *snac, char *actor); |
| 117 | int following_check(snac *snac, const char *actor); | 117 | int following_check(snac *snac, const char *actor); |
| 118 | int following_get(snac *snac, char *actor, d_char **data); | 118 | int following_get(snac *snac, const char *actor, d_char **data); |
| 119 | d_char *following_list(snac *snac); | 119 | d_char *following_list(snac *snac); |
| 120 | 120 | ||
| 121 | void mute(snac *snac, const char *actor); | 121 | void mute(snac *snac, const char *actor); |