Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6cf8707

Browse files
committed
correction
1 parent ff3c489 commit 6cf8707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/libpq.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.58 2001/03/04 18:54:07 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.59 2001/03/21 19:09:03 petere Exp $
33
-->
44

55
<chapter id="libpq">
@@ -239,14 +239,14 @@ PGconn *PQsetdb(char *pghost,
239239

240240
<listitem>
241241
<para>
242-
<function>PQconnectStart</function>
242+
<function>PQconnectStart</function>,
243243
<function>PQconnectPoll</function>
244244
Make a connection to the database server in a non-blocking manner.
245245
<synopsis>
246246
PGconn *PQconnectStart(const char *conninfo)
247247
</synopsis>
248248
<synopsis>
249-
PostgresPollingStatusType *PQconnectPoll(PQconn *conn)
249+
PostgresPollingStatusType PQconnectPoll(PGconn *conn)
250250
</synopsis>
251251
These two routines are used to open a connection to a database server such
252252
that your application's thread of execution is not blocked on remote I/O

0 commit comments

Comments
 (0)