summaryrefslogtreecommitdiff
path: root/include/ap_listen.h
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-08-24 19:06:40 +0000
committerColm MacCarthaigh <colm@apache.org>2005-08-24 19:06:40 +0000
commitea08df890ebc887d0e310fbbb653f9c394c320d0 (patch)
tree98bcdb29f3c09111701b281f0bdf6b034b61a22f /include/ap_listen.h
parentaacf3609d204659c87a0cc3687d0758f69da2af4 (diff)
downloadhttpd-ea08df890ebc887d0e310fbbb653f9c394c320d0.tar.gz
Correct the function prototype/declaration
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@239732 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_listen.h')
-rw-r--r--include/ap_listen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_listen.h b/include/ap_listen.h
index ecff132a37..6182a8917d 100644
--- a/include/ap_listen.h
+++ b/include/ap_listen.h
@@ -80,7 +80,7 @@ AP_DECLARE(int) ap_setup_listeners(server_rec *s);
/**
* Loop through the global ap_listen_rec list and close each of the sockets.
*/
-AP_DECLARE_NONSTD(void) ap_close_listeners();
+AP_DECLARE_NONSTD(void) ap_close_listeners(void);
/* Although these functions are exported from libmain, they are not really
* public functions. These functions are actually called while parsing the