diff options
author | default <nobody@localhost> | 2022-11-02 10:49:16 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-02 10:49:16 +0100 |
commit | 773be130ed4557c95fef2d54799a170ffea9e0de (patch) | |
tree | 4144e8c5b13108efc851dc5465718bf168074982 /snac.h | |
parent | 1fd14a850dd1100429fd38023666b6d53fb6c9af (diff) |
More work in the people page.
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); int following_del(snac *snac, char *actor); int following_check(snac *snac, char *actor); int following_get(snac *snac, char *actor, d_char **data); +d_char *following_list(snac *snac); void mute(snac *snac, char *actor); void unmute(snac *snac, char *actor); |