diff options
author | default <nobody@localhost> | 2022-09-20 11:31:56 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-20 11:31:56 +0200 |
commit | 591613a49e23af913aebcaa0a205ed425a987717 (patch) | |
tree | ea7af24ab173ae8ed16a1cf11db4a51c1e170709 /snac.h | |
parent | f6b34ce539e3db3803333038abaff90a2bcab71f (diff) |
Add following code.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -49,3 +49,8 @@ d_char *timeline_find(snac *snac, char *id); void timeline_del(snac *snac, char *id); d_char *timeline_get(snac *snac, char *fn); d_char *timeline_list(snac *snac); + +int following_add(snac *snac, char *actor, char *msg); +int following_del(snac *snac, char *actor); +int following_check(snac *snac, char *actor); + |