diff options
| author | 2024-09-04 09:48:35 +0200 | |
|---|---|---|
| committer | 2024-09-04 09:48:35 +0200 | |
| commit | 6778350211aeae076be80393cbef637e0218ad49 (patch) | |
| tree | af2edb5302be580629b62a1a454463e142b90842 /snac.h | |
| parent | Added some CSS styling to the list-of-lists. (diff) | |
| download | snac2-6778350211aeae076be80393cbef637e0218ad49.tar.gz snac2-6778350211aeae076be80393cbef637e0218ad49.tar.xz snac2-6778350211aeae076be80393cbef637e0218ad49.zip | |
If style.css does not exist, it's created with the default one.
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); |