diff options
author | default <nobody@localhost> | 2023-10-22 09:00:37 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-10-22 09:00:37 +0200 |
commit | 0d78deef42cd1e5d461d98d2acefd4266d323046 (patch) | |
tree | a6187aa52656349b707fa48f266d040361ab65cb /snac.h | |
parent | 575a152305f8767ccc0797aee3ddb3d8bcae5756 (diff) |
New function deluser(), to delete a user.
Only unfollows by now.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |