diff options
author | default <nobody@localhost> | 2022-09-20 10:02:00 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-20 10:02:00 +0200 |
commit | 732654e73a5df0c9248726df7cf7b9c54ebfce15 (patch) | |
tree | 049aa50bcc090ba5a042bf5f8f2db53e8f8bd2a7 /snac.h | |
parent | acff91e0adec8a9a80412e376e77bed392e333c4 (diff) |
Added some timeline functions.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,3 +44,6 @@ int follower_add(snac *snac, char *actor, char *msg); int follower_del(snac *snac, char *actor); int follower_check(snac *snac, char *actor); d_char *follower_list(snac *snac); + +d_char *timeline_get(snac *snac, char *id); +void timeline_del(snac *snac, char *id); |