From: ssturges Date: Thu, 27 Jan 2022 23:35:29 +0000 (-0500) Subject: Fix build error with conflicting definition between .h and .c X-Git-Tag: 3.2~82^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F4049%2Fhead;p=rspamd.git Fix build error with conflicting definition between .h and .c --- diff --git a/src/libserver/rspamd_symcache.h b/src/libserver/rspamd_symcache.h index 05fe80cef..c497c28cb 100644 --- a/src/libserver/rspamd_symcache.h +++ b/src/libserver/rspamd_symcache.h @@ -303,7 +303,7 @@ guint rspamd_symcache_get_symbol_flags (struct rspamd_symcache *cache, void rspamd_symcache_get_symbol_details(struct rspamd_symcache *cache, const gchar *symbol, - const ucl_object_t *this_sym_ucl); + ucl_object_t *this_sym_ucl); /**