]> granicus.if.org Git - apache/commitdiff
fix wrong name in function prototype which led to
authorJeff Trawick <trawick@apache.org>
Thu, 20 Aug 2009 19:25:49 +0000 (19:25 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 20 Aug 2009 19:25:49 +0000 (19:25 +0000)
unresolved reference at link time

hint at adding some doc as well

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@806315 13f79535-47bb-0310-9956-ffa450edef68

include/ap_listen.h

index 3c73043698b4e7255ad87f67b2b41d0940958ea9..c275e8cb02d9d0dbef2e8c26aae16df231dc8ebf 100644 (file)
@@ -95,7 +95,11 @@ 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(void);
-AP_DECLARE_NONSTD(int) ap_close_listeners_selected(ap_slave_t*);
+
+/**
+ * FIXMEDOC
+ */
+AP_DECLARE_NONSTD(int) ap_close_selected_listeners(ap_slave_t *);
 
 /* Although these functions are exported from libmain, they are not really
  * public functions.  These functions are actually called while parsing the