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

Commit 8f4e121

Browse files
committed
Fix typo, init => int, per KOIZUMI Satoru.
1 parent 5c5184c commit 8f4e121

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.307 2010/06/11 10:13:08 heikki Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.308 2010/06/17 16:03:30 tgl Exp $ -->
22

33
<chapter id="libpq">
44
<title><application>libpq</application> - C Library</title>
@@ -6753,7 +6753,7 @@ user=admin
67536753
<para>
67546754
Allows applications to select which security libraries to initialize.
67556755
<synopsis>
6756-
void PQinitOpenSSL(int do_ssl, init do_crypto);
6756+
void PQinitOpenSSL(int do_ssl, int do_crypto);
67576757
</synopsis>
67586758
</para>
67596759

0 commit comments

Comments
 (0)