diff options
author | default <nobody@localhost> | 2022-10-04 09:40:16 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-10-04 09:40:16 +0200 |
commit | da7bf43385e900121aadbd90f6cb22d05c0cff5c (patch) | |
tree | 3f2ee74d5995099fcb74ca66728054556b86f092 /snac.h | |
parent | f1a7d9957d98df60639059ff97d71c47c423906a (diff) |
New function adduser().
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -134,3 +134,4 @@ int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, char **body, int *b_size, char **ctype); int initdb(const char *_basedir); +int adduser(char *uid); |