aboutsummaryrefslogtreecommitdiff
path: root/src/pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgsql.c')
-rw-r--r--src/pgsql.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pgsql.c b/src/pgsql.c
index 9d420fc..80b316a 100644
--- a/src/pgsql.c
+++ b/src/pgsql.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
@@ -142,7 +142,8 @@ s_pgsql_num_tuples(struct vmod_sql_connection *conn)
}
static const char *
-s_pgsql_get_column(struct vmod_sql_connection *conn, size_t nrow, size_t ncol)
+s_pgsql_get_column(struct vmod_sql_connection *conn,
+ unsigned nrow, unsigned ncol)
{
struct vmod_pgsql_data *dp = conn->data;

Return to:

Send suggestions and report system problems to the System administrator.