aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-09 17:01:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-09 17:01:03 +0000
commit1c1f381c98282f4c5f4bb278c63ee2d5ae893de8 (patch)
treefab9cc66caf7b37fac4064504cc25854cb5506f9
parent32cc3043f1c06757f499281879dda663a999748d (diff)
downloadgamma-1c1f381c98282f4c5f4bb278c63ee2d5ae893de8.tar.gz
gamma-1c1f381c98282f4c5f4bb278c63ee2d5ae893de8.tar.bz2
(s_pgsql_connect): Synched with the declaration of sql_iface.connect.
-rw-r--r--src/pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgsql.c b/src/pgsql.c
index 1881135..0c332c6 100644
--- a/src/pgsql.c
+++ b/src/pgsql.c
@@ -40,7 +40,7 @@ s_pgsql_free(struct sql_connect *conn)
SCM
s_pgsql_connect (char *hostname, int port,
- char *dbname, char *user, char *pass, char *why)
+ char *dbname, char *user, char *pass, const char *why)
{
PGconn *pgconn;
char buf[24];

Return to:

Send suggestions and report system problems to the System administrator.