commit 0c42024: [Minor] Adjust prototype
Vsevolod Stakhov
vsevolod at rspamd.com
Sat Jun 10 21:49:03 UTC 2023
Author: Vsevolod Stakhov
Date: 2023-06-10 22:45:21 +0100
URL: https://github.com/rspamd/rspamd/commit/0c42024ee331d1ec0c5387baa161fcbfce1ffe8d (HEAD -> master)
[Minor] Adjust prototype
---
src/lua/lua_url.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/lua/lua_url.h b/src/lua/lua_url.h
index ac6adec50..7f6750227 100644
--- a/src/lua/lua_url.h
+++ b/src/lua/lua_url.h
@@ -76,7 +76,7 @@ void lua_url_cbdata_dtor (struct lua_tree_cb_data *cbd);
* @return
*/
gsize lua_url_adjust_skip_prob (float timestamp,
- guchar *digest,
+ guchar digest[16],
struct lua_tree_cb_data *cb,
gsize sz);
More information about the Commits
mailing list