summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authorGravatar default2024-09-04 09:48:35 +0200
committerGravatar default2024-09-04 09:48:35 +0200
commit6778350211aeae076be80393cbef637e0218ad49 (patch)
treeaf2edb5302be580629b62a1a454463e142b90842 /snac.h
parentAdded some CSS styling to the list-of-lists. (diff)
downloadsnac2-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.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,
347 char **body, int *b_size, char **ctype); 347 char **body, int *b_size, char **ctype);
348xs_str *timeline_to_rss(snac *user, const xs_list *timeline, char *title, char *link, char *desc); 348xs_str *timeline_to_rss(snac *user, const xs_list *timeline, char *title, char *link, char *desc);
349 349
350int write_default_css(void);
350int snac_init(const char *_basedir); 351int snac_init(const char *_basedir);
351int adduser(const char *uid); 352int adduser(const char *uid);
352int resetpwd(snac *snac); 353int resetpwd(snac *snac);