diff options
| author | 2022-12-04 21:26:24 +0100 | |
|---|---|---|
| committer | 2022-12-04 21:26:24 +0100 | |
| commit | 48ebc54b6eabf16fb5ab34618eb4b4de4f8b5fd7 (patch) | |
| tree | 861c34d7df89344d605a6cba82093835c3dcfe68 /snac.h | |
| parent | New function new_password(). (diff) | |
| download | snac2-48ebc54b6eabf16fb5ab34618eb4b4de4f8b5fd7.tar.gz snac2-48ebc54b6eabf16fb5ab34618eb4b4de4f8b5fd7.tar.xz snac2-48ebc54b6eabf16fb5ab34618eb4b4de4f8b5fd7.zip | |
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, | |||
| 174 | 174 | ||
| 175 | int initdb(const char *_basedir); | 175 | int initdb(const char *_basedir); |
| 176 | int adduser(const char *uid); | 176 | int adduser(const char *uid); |
| 177 | int resetpwd(snac *snac); | ||