summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-10-22 09:00:37 +0200
committerdefault <nobody@localhost>2023-10-22 09:00:37 +0200
commit0d78deef42cd1e5d461d98d2acefd4266d323046 (patch)
treea6187aa52656349b707fa48f266d040361ab65cb /snac.h
parent575a152305f8767ccc0797aee3ddb3d8bcae5756 (diff)
New function deluser(), to delete a user.
Only unfollows by now.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
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;