aboutsummaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/snac.h b/snac.h
index 1c505ec..2d3c7d0 100644
--- a/snac.h
+++ b/snac.h
@@ -438,7 +438,8 @@ 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,
- const char *title, const char *page, int utl, const char *error, int terse);
+ const char *title, const char *page,
+ int utl, const char *error, int terse, int tb_friendly);
int html_get_handler(const xs_dict *req, const char *q_path,
char **body, int *b_size, char **ctype,