aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_task.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/lua/lua_task.c
parentdbee2f63ee747b5d4247038f27566bc5aebfe3b7 (diff)
downloadrspamd-958d7dcbadb9190f67aca0bbe2573533ad6fc63d.tar.gz
rspamd-958d7dcbadb9190f67aca0bbe2573533ad6fc63d.zip
Remove G_INLINE_FUNC definitions as I misunderstood its purposes.
Diffstat (limited to 'src/lua/lua_task.c')
-rw-r--r--src/lua/lua_task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_task.c b/src/lua/lua_task.c
index c5adedcfe..2b19c45be 100644
--- a/src/lua/lua_task.c
+++ b/src/lua/lua_task.c
@@ -604,7 +604,7 @@ lua_task_get_images (lua_State *L)
return 1;
}
-G_INLINE_FUNC gboolean
+static inline gboolean
lua_push_symbol_result (lua_State *L, struct worker_task *task, struct metric *metric, const gchar *symbol)
{
struct metric_result *metric_res;