diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-06-05 20:52:41 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2012-06-05 20:52:41 +0400 |
commit | 8a6fa6ab3b3807d525967f08e8178f168237eeda (patch) | |
tree | b81ab87319409c75bb2327829ebe1cffdde42009 /src/binlog.c | |
parent | ee97d0365907a159901c3cb47f9e4a2f5bdd61d6 (diff) | |
download | rspamd-8a6fa6ab3b3807d525967f08e8178f168237eeda.tar.gz rspamd-8a6fa6ab3b3807d525967f08e8178f168237eeda.zip |
Strict prototypes.
Diffstat (limited to 'src/binlog.c')
-rw-r--r-- | src/binlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binlog.c b/src/binlog.c index 47070b3af..233fe4b53 100644 --- a/src/binlog.c +++ b/src/binlog.c @@ -498,7 +498,7 @@ end: } static gboolean -maybe_init_static () +maybe_init_static (void) { if (!binlog_opened) { binlog_opened = g_hash_table_new (g_direct_hash, g_direct_equal); |