aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-09 17:00:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-09 17:00:43 +0000
commit32cc3043f1c06757f499281879dda663a999748d (patch)
treebbdf5cfee1662c2d6a9bd5f744a82abaa0556d1d
parent1a43af7bcb72433bd60472a83394bd4eeb9dc002 (diff)
downloadgamma-32cc3043f1c06757f499281879dda663a999748d.tar.gz
gamma-32cc3043f1c06757f499281879dda663a999748d.tar.bz2
(s_mysql_connect): Synched with the declaration of sql_iface.connect.
-rw-r--r--src/mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mysql.c b/src/mysql.c
index ea74d5b..fbc395b 100644
--- a/src/mysql.c
+++ b/src/mysql.c
@@ -43,3 +43,3 @@ SCM
s_mysql_connect (char *hostname, int port,
- char *dbname, char *user, char *pass, char *why)
+ char *dbname, char *user, char *pass, const char *why)
{

Return to:

Send suggestions and report system problems to the System administrator.