aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libweb/html.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libweb/html.h b/include/libweb/html.h
index e62575e..37be86e 100644
--- a/include/libweb/html.h
+++ b/include/libweb/html.h
@@ -5,6 +5,7 @@
struct html_node *html_node_alloc(const char *element);
void html_node_free(struct html_node *n);
+char *html_encode(const char *s);
int html_node_set_value(struct html_node *n, const char *val);
int html_node_set_value_unescaped(struct html_node *n, const char *val);
int html_node_add_attr(struct html_node *n, const char *attr, const char *val);