diff options
author | default <nobody@localhost> | 2023-01-31 18:38:56 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-01-31 18:38:56 +0100 |
commit | ba4df29abd2e08d168edff95fff5067c6e3e747f (patch) | |
tree | ec056475a7fbfed061548126c6d291fda6d55153 /snac.h | |
parent | 74d30a561c231eeef91fc7fee6ef728eef61aa29 (diff) |
More symbol renaming.
Diffstat (limited to 'snac.h')
-rw-r--r-- | snac.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,6 +178,6 @@ int html_get_handler(d_char *req, char *q_path, char **body, int *b_size, char * 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 snac_init(const char *_basedir); int adduser(const char *uid); int resetpwd(snac *snac); |