mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-20 02:57:12 +03:00
Cosmetics: Fix coding style issues
This commit is contained in:
@@ -34,7 +34,7 @@ class UrlDecode : public Transformation {
|
||||
std::string evaluate(std::string exp,
|
||||
Assay *assay) override;
|
||||
|
||||
int urldecode_nonstrict_inplace(unsigned char *input, long int input_len,
|
||||
int urldecode_nonstrict_inplace(unsigned char *input, uint64_t input_len,
|
||||
int *invalid_count, int *changed);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user