From 07fec7127326cf02d50bd148581908d51cc697f6 Mon Sep 17 00:00:00 2001 From: default Date: Mon, 28 Nov 2022 10:46:42 +0100 Subject: Upgraded followers to the new db. --- snac.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 5abf2d1..b8b5215 100644 --- a/snac.h +++ b/snac.h @@ -62,9 +62,9 @@ d_char *index_list_desc(const char *fn, int max); int object_del(const char *id); int object_del_if_unref(const char *id); -int follower_add(snac *snac, char *actor, char *msg); -int follower_del(snac *snac, char *actor); -int follower_check(snac *snac, char *actor); +int follower_add(snac *snac, const char *actor); +int follower_del(snac *snac, const char *actor); +int follower_check(snac *snac, const char *actor); d_char *follower_list(snac *snac); double timeline_mtime(snac *snac); -- cgit