From 4e909ee8b1e7e9f174af629615224180568a7e92 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 24 Sep 2008 12:22:16 +0000 Subject: ntoa() and inet_ntoa_r() no longer used --- lib/setup-os400.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/setup-os400.h') diff --git a/lib/setup-os400.h b/lib/setup-os400.h index bf899759e..5efa6863b 100644 --- a/lib/setup-os400.h +++ b/lib/setup-os400.h @@ -59,12 +59,6 @@ extern int Curl_getnameinfo_a(const struct sockaddr * sa, socklen_t salen, /* SSL wrappers. */ -extern int Curl_inet_ntoa_r_a(struct in_addr internet_address, - char * output_buffer, - int output_buffer_length); -#define inet_ntoa_r Curl_inet_ntoa_r_a - - extern int Curl_SSL_Init_Application_a(SSLInitApp * init_app); #define SSL_Init_Application Curl_SSL_Init_Application_a -- cgit v1.2.1