|
7 | 7 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.132 2006/08/18 19:52:39 tgl Exp $ |
| 10 | + * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-fe.h,v 1.133 2006/09/07 15:37:25 momjian Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -483,7 +483,7 @@ PQprintTuples(const PGresult *res, |
483 | 483 | externintlo_open(PGconn*conn,OidlobjId,intmode); |
484 | 484 | externintlo_close(PGconn*conn,intfd); |
485 | 485 | externintlo_read(PGconn*conn,intfd,char*buf,size_tlen); |
486 | | -externintlo_write(PGconn*conn,intfd,char*buf,size_tlen); |
| 486 | +externintlo_write(PGconn*conn,intfd,constchar*buf,size_tlen); |
487 | 487 | externintlo_lseek(PGconn*conn,intfd,intoffset,intwhence); |
488 | 488 | externOidlo_creat(PGconn*conn,intmode); |
489 | 489 | externOidlo_create(PGconn*conn,OidlobjId); |
|