aboutsummaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-10-06 09:56:40 +0200
committerdefault <nobody@localhost>2024-10-06 09:56:44 +0200
commit7774a68f3f8211e9aaa98c837c868f6435eb4acf (patch)
tree52053f9459c4a1df13a2ef69388e3028766c4988 /snac.h
parentb7e78e6016fba0865e329bb8d72e941e3103a047 (diff)
New HTML variable error (still unused).
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 693844e..90413ea 100644
--- a/snac.h
+++ b/snac.h
@@ -346,7 +346,7 @@ xs_str *encode_html(const char *str);
xs_str *html_timeline(snac *user, const xs_list *list, int read_only,
int skip, int show, int show_more,
- char *title, char *page, int utl);
+ const char *title, const char *page, int utl, const char *error);
int html_get_handler(const xs_dict *req, const char *q_path,
char **body, int *b_size, char **ctype, xs_str **etag);