diff options
author | default <nobody@localhost> | 2022-12-04 21:26:24 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-12-04 21:26:24 +0100 |
commit | 48ebc54b6eabf16fb5ab34618eb4b4de4f8b5fd7 (patch) | |
tree | 861c34d7df89344d605a6cba82093835c3dcfe68 /snac.h | |
parent | 7787a2ded9a0ab445c9bd310dfc8b909509d763f (diff) |
New command line option 'resetpwd'.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -174,3 +174,4 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, int initdb(const char *_basedir); int adduser(const char *uid); +int resetpwd(snac *snac); |