diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-26 13:04:50 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-26 13:04:50 +0100 |
commit | c9f14aba4d6c263deee8fb17615db80a63f6be55 (patch) | |
tree | 1b82b47cca5084c3c8d1b778c2907db445bfe2fd /src/libutil/http.h | |
parent | 08bb2e8e8c39dbaa9bce29a227eb875f5999c941 (diff) | |
download | rspamd-c9f14aba4d6c263deee8fb17615db80a63f6be55.tar.gz rspamd-c9f14aba4d6c263deee8fb17615db80a63f6be55.zip |
[Feature] Deal with unnormalised Unicode obfuscation
Diffstat (limited to 'src/libutil/http.h')
-rw-r--r-- | src/libutil/http.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/http.h b/src/libutil/http.h index 1c418ebb8..4ce9e0a84 100644 --- a/src/libutil/http.h +++ b/src/libutil/http.h @@ -570,6 +570,6 @@ glong rspamd_http_date_format (gchar *buf, gsize len, time_t time); * @param len * @param nlen */ -void rspamd_http_normalize_path_inplace (gchar *path, gsize len, gsize *nlen); +void rspamd_http_normalize_path_inplace (gchar *path, guint len, guint *nlen); #endif /* HTTP_H_ */ |