From: Tom Lane Date: Thu, 17 Jun 2010 16:03:30 +0000 (+0000) Subject: Fix typo, init => int, per KOIZUMI Satoru. X-Git-Tag: REL9_0_BETA3~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f4e1218458d0d34825d41b50aabadacbdf93697;p=postgresql Fix typo, init => int, per KOIZUMI Satoru. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 646cb16cdd..d3a2218182 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -6753,7 +6753,7 @@ user=admin Allows applications to select which security libraries to initialize. - void PQinitOpenSSL(int do_ssl, init do_crypto); + void PQinitOpenSSL(int do_ssl, int do_crypto);