From 5238a5ad45f021ce76b350c9d14da57518e9bafe Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 17 Jun 2010 16:03:36 +0000 Subject: [PATCH] Fix typo, init => int, per KOIZUMI Satoru. --- doc/src/sgml/libpq.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index c92eef82d6..b0e60937c2 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); -- 2.50.1