diff options
author | default <nobody@localhost> | 2023-04-14 19:17:16 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-04-14 19:17:16 +0200 |
commit | bd21d144de18bf67facef287705e34ba030b46d8 (patch) | |
tree | 6297a76d751bc93d3be414b473e2470c27b022e6 /snac.h | |
parent | 9ce6fb03edbaa069ebc42f72ac10e3d8e93b3b0e (diff) |
New function timeline_touch().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -98,6 +98,7 @@ int follower_check(snac *snac, const char *actor); d_char *follower_list(snac *snac); double timeline_mtime(snac *snac); +int timeline_touch(snac *snac); int timeline_here(snac *snac, const char *md5); int timeline_get_by_md5(snac *snac, const char *md5, xs_dict **msg); int timeline_del(snac *snac, char *id); |