]> source.dussan.org Git - rspamd.git/commitdiff
Fix build error with conflicting definition between .h and .c 4049/head
authorssturges <ststurge@cisco.com>
Thu, 27 Jan 2022 23:35:29 +0000 (18:35 -0500)
committerssturges <ststurge@cisco.com>
Thu, 27 Jan 2022 23:35:29 +0000 (18:35 -0500)
src/libserver/rspamd_symcache.h

index 05fe80cefd9deac2dd5d279dd28803a69eb07b0d..c497c28cb8e7381d6bef7684e2f730232dc0c524 100644 (file)
@@ -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);
 
 
 /**