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,3 +1,3 @@
/* This file is part of vmod-sql
- Copyright (C) 2013-2014 Sergey Poznyakoff
+ Copyright (C) 2013-2018 Sergey Poznyakoff
@@ -213,3 +213,4 @@ 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)
{

Return to:

Send suggestions and report system problems to the System administrator.