diff options
Diffstat (limited to 'src/libserver/http/http_util.h')
-rw-r--r-- | src/libserver/http/http_util.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libserver/http/http_util.h b/src/libserver/http/http_util.h index 19b497f30..3d8356c6d 100644 --- a/src/libserver/http/http_util.h +++ b/src/libserver/http/http_util.h @@ -40,15 +40,6 @@ time_t rspamd_http_parse_date (const gchar *header, gsize len); */ glong rspamd_http_date_format (gchar *buf, gsize len, time_t time); -/** - * Normalize HTTP path removing dot sequences and repeating '/' symbols as - * per rfc3986#section-5.2 - * @param path - * @param len - * @param nlen - */ -void rspamd_http_normalize_path_inplace (gchar *path, guint len, gsize *nlen); - #ifdef __cplusplus } #endif |