diff options
Diffstat (limited to 'snac.h')
| -rw-r--r-- | snac.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -347,6 +347,7 @@ int html_post_handler(const xs_dict *req, const char *q_path, | |||
| 347 | char **body, int *b_size, char **ctype); | 347 | char **body, int *b_size, char **ctype); |
| 348 | xs_str *timeline_to_rss(snac *user, const xs_list *timeline, char *title, char *link, char *desc); | 348 | xs_str *timeline_to_rss(snac *user, const xs_list *timeline, char *title, char *link, char *desc); |
| 349 | 349 | ||
| 350 | int write_default_css(void); | ||
| 350 | int snac_init(const char *_basedir); | 351 | int snac_init(const char *_basedir); |
| 351 | int adduser(const char *uid); | 352 | int adduser(const char *uid); |
| 352 | int resetpwd(snac *snac); | 353 | int resetpwd(snac *snac); |