diff options
author | Jim Jagielski <jim@apache.org> | 2002-03-20 17:44:13 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2002-03-20 17:44:13 +0100 |
commit | a65170a84cb8cc574913b41bd13ba1bf76194859 (patch) | |
tree | a259912e8dd05eeb4fda7dcf3eebc77a8351d77f /include | |
parent | status on ap_rset_content_type() fix. (diff) | |
download | apache2-a65170a84cb8cc574913b41bd13ba1bf76194859.tar.xz apache2-a65170a84cb8cc574913b41bd13ba1bf76194859.zip |
Bring 2.0 up to parity, a bit, with how much info we provide to
the admin regarding valid values for AcceptMutex. Should also
tell 'em what "default" actually maps to, but that can wait.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94055 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/mpm_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h index 733d541f37..6784328fb2 100644 --- a/include/mpm_common.h +++ b/include/mpm_common.h @@ -259,6 +259,7 @@ const char *ap_mpm_set_lockfile(cmd_parms *cmd, void *dummy, */ #ifdef AP_MPM_WANT_SET_ACCEPT_LOCK_MECH extern apr_lockmech_e ap_accept_lock_mech; +const char *ap_mpm_show_accept_lock_mech(void); const char *ap_mpm_set_accept_lock_mech(cmd_parms *cmd, void *dummy, const char *arg); #endif |