diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-10-15 17:01:03 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-10-15 17:01:03 +0400 |
commit | 958d7dcbadb9190f67aca0bbe2573533ad6fc63d (patch) | |
tree | 5d84c8472481fe547fca15b66fd16acefb5791f7 /src/protocol.c | |
parent | dbee2f63ee747b5d4247038f27566bc5aebfe3b7 (diff) | |
download | rspamd-958d7dcbadb9190f67aca0bbe2573533ad6fc63d.tar.gz rspamd-958d7dcbadb9190f67aca0bbe2573533ad6fc63d.zip |
Remove G_INLINE_FUNC definitions as I misunderstood its purposes.
Diffstat (limited to 'src/protocol.c')
-rw-r--r-- | src/protocol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.c b/src/protocol.c index 11f82bd47..77043bdc0 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -92,7 +92,7 @@ static GList *custom_commands = NULL; /* For default metric, dirty hack, but much faster than hash lookup */ static double default_score, default_required_score; -G_INLINE_FUNC const gchar * +static inline const gchar * rspamc_proto_str (guint ver) { if (ver >= 12) { |