Fix typo, init => int, per KOIZUMI Satoru.
authorTom Lane
Thu, 17 Jun 2010 16:03:30 +0000 (16:03 +0000)
committerTom Lane
Thu, 17 Jun 2010 16:03:30 +0000 (16:03 +0000)
doc/src/sgml/libpq.sgml

index 646cb16cdd1609b09cd71bdc77d3c56b50185978..d3a2218182599335948f7a59d6ce53277f86321a 100644 (file)
@@ -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);