mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Code cleanups
This commit is contained in:
@@ -81,7 +81,7 @@ char DSOLOCAL *log_escape_raw(apr_pool_t *mp, const unsigned char *text, unsigne
|
||||
|
||||
char DSOLOCAL *log_escape_nul(apr_pool_t *mp, const unsigned char *text, unsigned long int text_length);
|
||||
|
||||
int DSOLOCAL decode_base64_ext(char *plain_text, const char *input, int input_len);
|
||||
int DSOLOCAL decode_base64_ext(char *plain_text, const unsigned char *input, int input_len);
|
||||
|
||||
int DSOLOCAL convert_to_int(const char c);
|
||||
|
||||
|
Reference in New Issue
Block a user