diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:43:09 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:43:09 +0100 |
commit | 5b56d06a01a150fc9685e6f913774be3f9deb49f (patch) | |
tree | 9fbfbe0313b782941f1c2c4d3cb5203817144108 /os/unix/unixd.h | |
parent | 498ea95018b369e62646a98c7d7d5413b56e170c (diff) | |
download | apache2-5b56d06a01a150fc9685e6f913774be3f9deb49f.tar.gz |
Upstream tarball 2.2.19upstream/2.2.19
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 |