diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-12-05 16:24:46 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-12-05 16:24:46 +0000 |
commit | b4d6ebf474c8f4257cbe50ae1663ea58ab3b08c1 (patch) | |
tree | 79f912b49cfdf947aab650f1c2450f4483bb1d3f /src/libutil/util.h | |
parent | 15d023291bedb5cbd2634c05f79185ab6a358c6c (diff) | |
download | rspamd-b4d6ebf474c8f4257cbe50ae1663ea58ab3b08c1.tar.gz rspamd-b4d6ebf474c8f4257cbe50ae1663ea58ab3b08c1.zip |
[Project] Move the whole backend to C++
Easier to work further.
Diffstat (limited to 'src/libutil/util.h')
-rw-r--r-- | src/libutil/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/util.h b/src/libutil/util.h index 17956acb7..aecd1b048 100644 --- a/src/libutil/util.h +++ b/src/libutil/util.h @@ -377,7 +377,7 @@ guint64 rspamd_hash_seed(void); * @param buf * @param len */ -void rspamd_random_hex(guchar *buf, guint64 len); +void rspamd_random_hex(gchar *buf, guint64 len); /** * Returns |