aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/http/http_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libserver/http/http_util.h')
-rw-r--r--src/libserver/http/http_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/http/http_util.h b/src/libserver/http/http_util.h
index 7a22ffb16..19b497f30 100644
--- a/src/libserver/http/http_util.h
+++ b/src/libserver/http/http_util.h
@@ -47,7 +47,7 @@ glong rspamd_http_date_format (gchar *buf, gsize len, time_t time);
* @param len
* @param nlen
*/
-void rspamd_http_normalize_path_inplace (gchar *path, guint len, guint *nlen);
+void rspamd_http_normalize_path_inplace (gchar *path, guint len, gsize *nlen);
#ifdef __cplusplus
}