diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-10-24 13:54:29 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-10-24 13:54:29 +0200 |
commit | 2bf04d205330c821d5f162fb61dc1ec25b0282f5 (patch) | |
tree | 532dcfd8a32f6f4d0c86d999a24e1c3683784bb8 /include/ap_mpm.h | |
parent | Don't build mod_suexec by default. It breaks other platforms, and (diff) | |
download | apache2-2bf04d205330c821d5f162fb61dc1ec25b0282f5.tar.xz apache2-2bf04d205330c821d5f162fb61dc1ec25b0282f5.zip |
Get everything working with suexec patches again.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86731 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_mpm.h')
-rw-r--r-- | include/ap_mpm.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/include/ap_mpm.h b/include/ap_mpm.h index 945b647d7c..864d69a9c0 100644 --- a/include/ap_mpm.h +++ b/include/ap_mpm.h @@ -154,10 +154,13 @@ AP_DECLARE(void) ap_start_shutdown(void); * process * @param p The pool to use. */ -extern apr_status_t ap_os_create_privileged_process(const request_rec *r, - apr_proc_t *newproc, const char *progname, - char *const *args, char **env, - apr_procattr_t *attr, apr_pool_t *p); +AP_DECLARE(apr_status_t) ap_os_create_privileged_process(const request_rec *r, + apr_proc_t *newproc, + const char *progname, + char *const *args, + char **env, + apr_procattr_t *attr, + apr_pool_t *p); #endif |