summaryrefslogtreecommitdiff
path: root/snac.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-11-20 18:33:24 +0100
committerdefault <nobody@localhost>2023-11-20 18:33:24 +0100
commitbc5d0d4ed09833640856ee0193a53553dbb1eb20 (patch)
treeafd97135fb606445cb8f5348ae2857cb3088dbd8 /snac.c
parentb68ed66669aa65bda1c55b9dcd7afcc126c7c2cf (diff)
Replaced encode_html_strict() with xs_html_encode().
Diffstat (limited to 'snac.c')
-rw-r--r--snac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.c b/snac.c
index 6394608..6ce7741 100644
--- a/snac.c
+++ b/snac.c
@@ -21,6 +21,7 @@
#include "xs_random.h"
#include "xs_match.h"
#include "xs_fcgi.h"
+#include "xs_html.h"
#include "snac.h"