diff options
author | default <nobody@localhost> | 2024-09-04 09:48:35 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2024-09-04 09:48:35 +0200 |
commit | 6778350211aeae076be80393cbef637e0218ad49 (patch) | |
tree | af2edb5302be580629b62a1a454463e142b90842 /snac.h | |
parent | d8e77aca76c120ab5a55f97aa591501080c24ee2 (diff) |
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, char **body, int *b_size, char **ctype); xs_str *timeline_to_rss(snac *user, const xs_list *timeline, char *title, char *link, char *desc); +int write_default_css(void); int snac_init(const char *_basedir); int adduser(const char *uid); int resetpwd(snac *snac); |