]> granicus.if.org Git - apache/commit
Fix gcc "no previous prototype" warnings after reorganisation:
authorJoe Orton <jorton@apache.org>
Thu, 2 Dec 2004 13:28:04 +0000 (13:28 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 2 Dec 2004 13:28:04 +0000 (13:28 +0000)
commita756d60d8157f2259700e9593ced0c4450ff4f8f
treeec2a7d67472084a04187a37f97ea8f100c85ef91
parent671710004dbfb9793554faf4fa8247f021d66814
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
include/ap_listen.h
include/http_core.h
server/core.c
server/core_filters.c
server/listen.c