From: Tom Lane Date: Thu, 17 Jun 2010 16:03:36 +0000 (+0000) Subject: Fix typo, init => int, per KOIZUMI Satoru. X-Git-Tag: REL8_4_5~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5238a5ad45f021ce76b350c9d14da57518e9bafe;p=thirdparty%2Fpostgresql.git Fix typo, init => int, per KOIZUMI Satoru. --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c92eef82d6a..b0e60937c2c 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -6470,7 +6470,7 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) 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);