1 #ifndef ACL_HTMLCODE_INCLUDE_H 2 #define ACL_HTMLCODE_INCLUDE_H 4 #ifndef ACL_CLIENT_ONLY 10 #include "../stdlib/acl_define.h" 11 #include "../stdlib/acl_vstring.h" ACL_API int acl_html_decode(const char *in, ACL_VSTRING *out)
ACL_API int acl_html_encode(const char *in, ACL_VSTRING *out)