8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5184c commit 8f4e121Copy full SHA for 8f4e121
doc/src/sgml/libpq.sgml
@@ -1,4 +1,4 @@
1
-<!-- $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 $ -->
2
3
<chapter id="libpq">
4
<title><application>libpq</application> - C Library</title>
@@ -6753,7 +6753,7 @@ user=admin
6753
<para>
6754
Allows applications to select which security libraries to initialize.
6755
<synopsis>
6756
- void PQinitOpenSSL(int do_ssl, init do_crypto);
+ void PQinitOpenSSL(int do_ssl, int do_crypto);
6757
</synopsis>
6758
</para>
6759
0 commit comments