mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Removes unused `urldecode_uni_nonstrict_inplace_ex'
This commit is contained in:
@@ -43,8 +43,6 @@ namespace modsecurity {
|
||||
int html_entities_decode_inplace(unsigned char *input, int input_len);
|
||||
int normalize_path_inplace(unsigned char *input, int input_len,
|
||||
int win, int *changed);
|
||||
int urldecode_uni_nonstrict_inplace_ex(Transaction *transaction,
|
||||
unsigned char *input, int64_t input_len, int *changed);
|
||||
} // namespace modsecurity
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user