Commit 8f4e1218 authored by Tom Lane's avatar Tom Lane

Fix typo, init => int, per KOIZUMI Satoru.

parent 5c5184c0
<!-- $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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment