aboutsummaryrefslogtreecommitdiff
path: root/src/pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgsql.c')
-rw-r--r--src/pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgsql.c b/src/pgsql.c
index 4ae94e1..0cb30fa 100644
--- a/src/pgsql.c
+++ b/src/pgsql.c
@@ -140,7 +140,7 @@ pg_sql_get_column (struct anubis_sql_db *amp, size_t i)
/* Open the plaintext database. ARG is the full pathname to the file */
static int
pgsql_db_open (void **dp, ANUBIS_URL * url, enum anubis_db_mode mode,
- char **errp)
+ char const **errp)
{
struct anubis_sql_db *amp = NULL;
const char *table = anubis_url_get_arg (url, "table");

Return to:

Send suggestions and report system problems to the System administrator.