diff options
Diffstat (limited to 'html.c')
| -rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ struct html_node static int serialize_siblings(struct dynstr *, const struct html_node *, unsigned); -static char *html_encode(const char *s) +char *html_encode(const char *s) { struct dynstr d; |
