aboutsummaryrefslogtreecommitdiff
path: root/src/mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql.c')
-rw-r--r--src/mysql.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mysql.c b/src/mysql.c
index f113b10..3cfbe03 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-sql
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
Vmod-sql is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -211,7 +211,8 @@ s_mysql_num_tuples(struct vmod_sql_connection *conn)
}
static const char *
-s_mysql_get_column(struct vmod_sql_connection *conn, size_t nrow, size_t ncol)
+s_mysql_get_column(struct vmod_sql_connection *conn,
+ unsigned nrow, unsigned ncol)
{
struct vmod_mysql_data *mp = conn->data;
MYSQL_ROW row;

Return to:

Send suggestions and report system problems to the System administrator.