Document BIO_lookup_ex()
[openssl.git] / crypto / bio / b_addr.c
index 141f1a9ee9f2fe670ca4e6f63c69a475d5b7b41f..82c220a2f281afd9b366cbe38d0365e8d672068c 100644 (file)
@@ -638,8 +638,7 @@ int BIO_lookup(const char *host, const char *service,
  *
  * The return value is 1 on success or 0 in case of error.
  */
-int BIO_lookup_ex(const char *host, const char *service,
-                  enum BIO_lookup_type lookup_type,
+int BIO_lookup_ex(const char *host, const char *service, int lookup_type,
                   int family, int socktype, int protocol, BIO_ADDRINFO **res)
 {
     int ret = 0;                 /* Assume failure */