aboutsummaryrefslogtreecommitdiff
path: root/src/binlog.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-10-15 20:36:11 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-10-15 20:36:11 +0300
commit2afd00cc2bdbaa401edc7117965b3db658576719 (patch)
tree8cfa0a8bc1059ebef7babde9466fe146abe2ee94 /src/binlog.c
parent7d0beb6599c53544739409ca4aec104bf27a3f35 (diff)
downloadvmod-binlog-2afd00cc2bdbaa401edc7117965b3db658576719.tar.gz
vmod-binlog-2afd00cc2bdbaa401edc7117965b3db658576719.tar.bz2
Fix compiler warnings.
Diffstat (limited to 'src/binlog.c')
-rw-r--r--src/binlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binlog.c b/src/binlog.c
index e7ac7e5..ea1aa65 100644
--- a/src/binlog.c
+++ b/src/binlog.c
@@ -465,7 +465,7 @@ reset(struct binlog_config *conf)
conf->recnum = 0;
}
-static int
+static void
setstoptime(struct binlog_config *conf)
{
time_t ts;

Return to:

Send suggestions and report system problems to the System administrator.