aboutsummaryrefslogtreecommitdiff
path: root/lib/setup-os400.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-09-24 12:22:16 +0000
committerYang Tse <yangsita@gmail.com>2008-09-24 12:22:16 +0000
commit4e909ee8b1e7e9f174af629615224180568a7e92 (patch)
treef24ec9c107c49ba6522ffdccd35362f555c03cf2 /lib/setup-os400.h
parent95df5d042c82871ef889e66a842e3fd4ef55e861 (diff)
ntoa() and inet_ntoa_r() no longer used
Diffstat (limited to 'lib/setup-os400.h')
-rw-r--r--lib/setup-os400.h6
1 files changed, 0 insertions, 6 deletions
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