summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-07-09 20:11:43 +0000
committerivan <ivan@13f79535-47bb-0310-9956-ffa450edef68>2022-07-09 20:11:43 +0000
commit2df1556c48d955a371b171af27c6d45a7ff45c09 (patch)
tree6b07556fe4ea84b3e27e3d35e8221839541581b6
parent1360e1d61b4ab2f5762c717f641cf8b6f3df7efa (diff)
downloadlibapr-2df1556c48d955a371b171af27c6d45a7ff45c09.tar.gz
Remove declaration on removed function (status_from_res_error).
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902613 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/arch/win32/apr_arch_networkio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/arch/win32/apr_arch_networkio.h b/include/arch/win32/apr_arch_networkio.h
index d02a765be..8afbbd0f3 100644
--- a/include/arch/win32/apr_arch_networkio.h
+++ b/include/arch/win32/apr_arch_networkio.h
@@ -60,8 +60,6 @@ struct apr_socket_t {
#define HAVE_STRUCT_IPMREQ
#endif
-apr_status_t status_from_res_error(int);
-
const char *apr_inet_ntop(int af, const void *src, char *dst, apr_size_t size);
int apr_inet_pton(int af, const char *src, void *dst);
void apr_sockaddr_vars_set(apr_sockaddr_t *, int, apr_port_t);