diff options
Diffstat (limited to 'src/lib/third_party/include/libinjection_xss.h')
-rw-r--r-- | src/lib/third_party/include/libinjection_xss.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/lib/third_party/include/libinjection_xss.h b/src/lib/third_party/include/libinjection_xss.h new file mode 100644 index 000000000..3443d6e38 --- /dev/null +++ b/src/lib/third_party/include/libinjection_xss.h @@ -0,0 +1,21 @@ +#ifndef LIBINJECTION_XSS +#define LIBINJECTION_XSS + +#ifdef __cplusplus +extern "C" { +#endif + +/** + * HEY THIS ISN'T DONE + */ + +/* pull in size_t */ + +#include <string.h> + + int libinjection_is_xss(const char* s, size_t len, int flags); + +#ifdef __cplusplus +} +#endif +#endif |