summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-09-04 09:48:35 +0200
committerdefault <nobody@localhost>2024-09-04 09:48:35 +0200
commit6778350211aeae076be80393cbef637e0218ad49 (patch)
treeaf2edb5302be580629b62a1a454463e142b90842 /snac.h
parentd8e77aca76c120ab5a55f97aa591501080c24ee2 (diff)
If style.css does not exist, it's created with the default one.
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 8f02f0a..65bfb84 100644
--- a/snac.h
+++ b/snac.h
@@ -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);