summaryrefslogtreecommitdiff
path: root/include/arch/unix/networkio.h
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-07 14:16:29 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2000-04-07 14:16:29 +0000
commit862ea6da4d3ac23e3a122b1c2c770382935668d7 (patch)
tree4953dedaa06de7117e8c2ffef42049c264ccc025 /include/arch/unix/networkio.h
parent4ef8fdf5098ad7ac6267f14c26628380067cbd39 (diff)
downloadlibapr-862ea6da4d3ac23e3a122b1c2c770382935668d7.tar.gz
Update the error handling in APR. This includes the docs in APRDesign.
Any platform that doesn't use errno as error codes are not working properly and will need to be modified. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59814 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/unix/networkio.h')
-rw-r--r--include/arch/unix/networkio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/arch/unix/networkio.h b/include/arch/unix/networkio.h
index 98fbda7e9..6ebb096e6 100644
--- a/include/arch/unix/networkio.h
+++ b/include/arch/unix/networkio.h
@@ -57,6 +57,7 @@
#include "apr_config.h"
#include "apr_network_io.h"
+#include "apr_errno.h"
#include "apr_general.h"
#include "apr_lib.h"
@@ -136,7 +137,5 @@ struct ap_pollfd_t {
ap_int16_t get_event(ap_int16_t);
ap_int16_t get_revent(ap_int16_t);
-ap_status_t status_from_res_error(int);
-
#endif /* ! NETWORK_IO_H */