summaryrefslogtreecommitdiff
path: root/include/ap_listen.h
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-12-02 13:28:04 +0000
committerJoe Orton <jorton@apache.org>2004-12-02 13:28:04 +0000
commita756d60d8157f2259700e9593ced0c4450ff4f8f (patch)
treeec2a7d67472084a04187a37f97ea8f100c85ef91 /include/ap_listen.h
parent671710004dbfb9793554faf4fa8247f021d66814 (diff)
downloadhttpd-a756d60d8157f2259700e9593ced0c4450ff4f8f.tar.gz
Fix gcc "no previous prototype" warnings after reorganisation:
* server/core_filters.c (ap_core_input_filter, ap_core_output_filter, ap_net_time_filter): Renamed to add ap_ prefixes for global symbols. * include/ap_listen.h: Don't export ap_listen_open at all, it's not used outside server/listen.c any more. * server/listen.c (open_listeners): Renamed from ap_listen_open. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@109498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_listen.h')
-rw-r--r--include/ap_listen.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/ap_listen.h b/include/ap_listen.h
index 21c52e78c1..edac2a1fa9 100644
--- a/include/ap_listen.h
+++ b/include/ap_listen.h
@@ -75,20 +75,6 @@ AP_DECLARE(void) ap_listen_pre_config(void);
*/
AP_DECLARE(int) ap_setup_listeners(server_rec *s);
#endif
-/* Split into two #if's to make the exports scripts easier.
- */
-#if defined(SPMT_OS2_MPM)
-/**
- * Create and open a socket on the specified port. This includes listening
- * and binding the socket.
- * @param process The process record for the currently running server
- * @param port The port to open a socket on.
- * @return The number of open sockets
- * @warning This function is only available to Windows platforms, or the
- * Prefork or SPMT_OS2 MPMs.
- */
-AP_DECLARE(int) ap_listen_open(process_rec *process, apr_port_t port);
-#endif
/* Although these functions are exported from libmain, they are not really
* public functions. These functions are actually called while parsing the