diff options
author | Yang Tse <yangsita@gmail.com> | 2008-09-24 12:22:16 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-09-24 12:22:16 +0000 |
commit | 4e909ee8b1e7e9f174af629615224180568a7e92 (patch) | |
tree | f24ec9c107c49ba6522ffdccd35362f555c03cf2 /lib/setup-os400.h | |
parent | 95df5d042c82871ef889e66a842e3fd4ef55e861 (diff) | |
download | curl-4e909ee8b1e7e9f174af629615224180568a7e92.tar.gz |
ntoa() and inet_ntoa_r() no longer used
Diffstat (limited to 'lib/setup-os400.h')
-rw-r--r-- | lib/setup-os400.h | 6 |
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 |