diff options
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 * | |||
| 178 | int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, | 178 | int html_post_handler(d_char *req, char *q_path, d_char *payload, int p_size, |
| 179 | char **body, int *b_size, char **ctype); | 179 | char **body, int *b_size, char **ctype); |
| 180 | 180 | ||
| 181 | int initdb(const char *_basedir); | 181 | int snac_init(const char *_basedir); |
| 182 | int adduser(const char *uid); | 182 | int adduser(const char *uid); |
| 183 | int resetpwd(snac *snac); | 183 | int resetpwd(snac *snac); |