diff options
Diffstat (limited to 'os/unix/unixd.h')
-rw-r--r-- | os/unix/unixd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/unix/unixd.h b/os/unix/unixd.h index 833cc8f0..0da52784 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -90,6 +90,9 @@ AP_DECLARE(void) unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit, const char *arg, const char * arg2, int type); #endif +AP_DECLARE(const char *) unixd_set_suexec(cmd_parms *cmd, void *dummy, + int arg); + /** * One of the functions to set mutex permissions should be called in * the parent process on platforms that switch identity when the |