diff options
author | default <nobody@localhost> | 2023-11-20 18:33:24 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2023-11-20 18:33:24 +0100 |
commit | bc5d0d4ed09833640856ee0193a53553dbb1eb20 (patch) | |
tree | afd97135fb606445cb8f5348ae2857cb3088dbd8 /snac.c | |
parent | b68ed66669aa65bda1c55b9dcd7afcc126c7c2cf (diff) |
Replaced encode_html_strict() with xs_html_encode().
Diffstat (limited to 'snac.c')
-rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ #include "xs_random.h" #include "xs_match.h" #include "xs_fcgi.h" +#include "xs_html.h" #include "snac.h" |