summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-10-04 09:40:16 +0200
committerdefault <nobody@localhost>2022-10-04 09:40:16 +0200
commitda7bf43385e900121aadbd90f6cb22d05c0cff5c (patch)
tree3f2ee74d5995099fcb74ca66728054556b86f092 /snac.h
parentf1a7d9957d98df60639059ff97d71c47c423906a (diff)
New function adduser().
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 d9b2e3b..9a387ad 100644
--- a/snac.h
+++ b/snac.h
@@ -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);