summaryrefslogtreecommitdiff
path: root/include/arch/unix/networkio.h
diff options
context:
space:
mode:
authorrse <rse@13f79535-47bb-0310-9956-ffa450edef68>1999-10-01 16:18:40 +0000
committerrse <rse@13f79535-47bb-0310-9956-ffa450edef68>1999-10-01 16:18:40 +0000
commit4559dfa88211d55cc3548512fdaaddc9edd360f3 (patch)
treeef5aeb336278c318f1bc540a3606e0095138f02e /include/arch/unix/networkio.h
parent9d567aa06fa17f4ba41ffcd33548b5965ba88bfc (diff)
downloadlibapr-4559dfa88211d55cc3548512fdaaddc9edd360f3.tar.gz
Ok, today it bored me too much that APR shouts many pages with warnings under
--with-option=devel (which has maximum -W's enabled which are still practical for Apache), so I investiged an hour and did a quick cleanup of the APR sources. Please guys, if you're using gcc, please _always_ at least use -Wall for compiling Apache. You will be surprised how much mistakes it catches easily. I don't want to say you have to use the maximum -W approach I personally prefer, but Apache's sources should always at least pass -Wall silently, I think. Thanks. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59255 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/unix/networkio.h')
-rw-r--r--include/arch/unix/networkio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/unix/networkio.h b/include/arch/unix/networkio.h
index eb194e17c..3c3b4109e 100644
--- a/include/arch/unix/networkio.h
+++ b/include/arch/unix/networkio.h
@@ -88,6 +88,7 @@ struct pollfd_t {
};
ap_int16_t get_event(ap_int16_t);
+ap_int16_t get_revent(ap_int16_t);
#endif /* ! NETWORK_IO_H */