From 0d78deef42cd1e5d461d98d2acefd4266d323046 Mon Sep 17 00:00:00 2001 From: default Date: Sun, 22 Oct 2023 09:00:37 +0200 Subject: New function deluser(), to delete a user. Only unfollows by now. --- snac.h | 1 + 1 file changed, 1 insertion(+) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 4d103d1..ed0f94d 100644 --- a/snac.h +++ b/snac.h @@ -276,6 +276,7 @@ int html_post_handler(const xs_dict *req, const char *q_path, int snac_init(const char *_basedir); int adduser(const char *uid); int resetpwd(snac *snac); +int deluser(snac *user); extern const char *snac_blurb; -- cgit v1.2.3