summaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-10-15 17:01:03 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-10-15 17:01:03 +0400
commit958d7dcbadb9190f67aca0bbe2573533ad6fc63d (patch)
tree5d84c8472481fe547fca15b66fd16acefb5791f7 /src/cfg_xml.c
parentdbee2f63ee747b5d4247038f27566bc5aebfe3b7 (diff)
downloadrspamd-958d7dcbadb9190f67aca0bbe2573533ad6fc63d.tar.gz
rspamd-958d7dcbadb9190f67aca0bbe2573533ad6fc63d.zip
Remove G_INLINE_FUNC definitions as I misunderstood its purposes.
Diffstat (limited to 'src/cfg_xml.c')
-rw-r--r--src/cfg_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg_xml.c b/src/cfg_xml.c
index a631e26cd..5e0d69a4c 100644
--- a/src/cfg_xml.c
+++ b/src/cfg_xml.c
@@ -690,7 +690,7 @@ worker_handle_bind (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GH
return TRUE;
}
-G_INLINE_FUNC gboolean
+static inline gboolean
check_action (const gchar *data, gint *result)
{
if (g_ascii_strncasecmp (data, "reject", sizeof ("reject") - 1) == 0) {