diff options
| -rw-r--r-- | doc/src/sgml/libpq.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 646cb16cdd1..d3a22181825 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.307 2010/06/11 10:13:08 heikki Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.308 2010/06/17 16:03:30 tgl Exp $ --> <chapter id="libpq"> <title><application>libpq</application> - C Library</title> @@ -6753,7 +6753,7 @@ user=admin <para> Allows applications to select which security libraries to initialize. <synopsis> - void PQinitOpenSSL(int do_ssl, init do_crypto); + void PQinitOpenSSL(int do_ssl, int do_crypto); </synopsis> </para> |
