diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-03-05 16:50:48 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-03-05 16:50:48 +0000 |
commit | 10bb08dd2d8484d0d1d2ae507b94aaa24f48b61b (patch) | |
tree | 4be95a74ed82002f2ed4b295532ba3f3fde49dba /src/libserver/http/http_util.h | |
parent | d708e8979b0e0f16146e067a7b3f59f7c28cb2ba (diff) | |
download | rspamd-10bb08dd2d8484d0d1d2ae507b94aaa24f48b61b.tar.gz rspamd-10bb08dd2d8484d0d1d2ae507b94aaa24f48b61b.zip |
[Minor] Various fixes for display link detection
Diffstat (limited to 'src/libserver/http/http_util.h')
-rw-r--r-- | src/libserver/http/http_util.h | 2 |
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 } |