commit b462d92: Fix build error with conflicting definition between .h and .c
ssturges
ststurge at cisco.com
Fri Jan 28 19:49:07 UTC 2022
Author: ssturges
Date: 2022-01-27 18:35:29 -0500
URL: https://github.com/rspamd/rspamd/commit/b462d92056a6e52af4b7009995040e7f0f7133cf (refs/pull/4049/head)
Fix build error with conflicting definition between .h and .c
---
src/libserver/rspamd_symcache.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
/**
More information about the Commits
mailing list