summaryrefslogtreecommitdiff
path: root/include/ap_listen.h
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-11-30 06:29:56 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-11-30 06:29:56 +0000
commit9bc839ed5902299eb23b024289cdd642505ce456 (patch)
tree03de2105904a99ee86f9876637f023286be1b53f /include/ap_listen.h
parent804ff9ab226d97742ed8d18d72d98ce05b80b578 (diff)
downloadhttpd-9bc839ed5902299eb23b024289cdd642505ce456.tar.gz
Declare the ap_set_listen* functions with AP_DECLARE_NONSTD for Win32 support.
(I think this is what is needed for Win32, but I'm not quite sure.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106988 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_listen.h')
-rw-r--r--include/ap_listen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ap_listen.h b/include/ap_listen.h
index 84157ce593..21c52e78c1 100644
--- a/include/ap_listen.h
+++ b/include/ap_listen.h
@@ -97,9 +97,9 @@ AP_DECLARE(int) ap_listen_open(process_rec *process, apr_port_t port);
* LISTEN_COMMANDS in their command_rec table so that these functions are
* called.
*/
-AP_DECLARE(const char *) ap_set_listenbacklog(cmd_parms *cmd, void *dummy, const char *arg);
-AP_DECLARE(const char *) ap_set_listener(cmd_parms *cmd, void *dummy, const char *ips);
-AP_DECLARE(const char *) ap_set_send_buffer_size(cmd_parms *cmd, void *dummy,
+AP_DECLARE_NONSTD(const char *) ap_set_listenbacklog(cmd_parms *cmd, void *dummy, const char *arg);
+AP_DECLARE_NONSTD(const char *) ap_set_listener(cmd_parms *cmd, void *dummy, const char *ips);
+AP_DECLARE_NONSTD(const char *) ap_set_send_buffer_size(cmd_parms *cmd, void *dummy,
const char *arg);
#define LISTEN_COMMANDS \