From 6b2b4167187fee09365271cca182866ecb029af3 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 18 Mar 2024 14:56:16 +0000 Subject: [Rework] Remove some of the GLib types in lieu of standard ones This types have constant conflicts with the system ones especially on OSX. --- src/libutil/fstring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libutil/fstring.h') diff --git a/src/libutil/fstring.h b/src/libutil/fstring.h index 9eacf21d0..30a32a389 100644 --- a/src/libutil/fstring.h +++ b/src/libutil/fstring.h @@ -114,7 +114,7 @@ char *rspamd_ftok_cstr(const rspamd_ftok_t *str) /* * Return fast hash value for fixed string converted to lowercase */ -guint32 rspamd_fstrhash_lc(const rspamd_ftok_t *str, gboolean is_utf); +uint32_t rspamd_fstrhash_lc(const rspamd_ftok_t *str, gboolean is_utf); /** * Return true if two strings are equal -- cgit v1.2.3