Index: libpq-fe.h =================================================================== RCS file: /home/projects/pgsql/cvsroot/pgsql/src/interfaces/libpq/libpq-fe.h,v retrieving revision 1.71 diff -u -r1.71 libpq-fe.h --- libpq-fe.h 2001/03/22 04:01:27 1.71 +++ libpq-fe.h 2001/08/22 15:59:02 @@ -240,6 +240,9 @@ /* === in fe-exec.c === */ + /* Quoting strings before inclusion in queries. */ + extern size_t PGescapeString (char *to, const char *from, size_t length); + /* Simple synchronous query */ extern PGresult *PQexec(PGconn *conn, const char *query); extern PGnotify *PQnotifies(PGconn *conn);