aboutsummaryrefslogtreecommitdiff
path: root/src/mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mysql.c')
-rw-r--r--src/mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysql.c b/src/mysql.c
index 81ea62c..5673aec 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -115,7 +115,7 @@ my_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
mysql_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.