diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -113,7 +113,7 @@ xs_list *timeline_top_level(snac *snac, xs_list *list); | |||
| 113 | d_char *local_list(snac *snac, int max); | 113 | d_char *local_list(snac *snac, int max); |
| 114 | 114 | ||
| 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, const 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, const 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); |