]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Make unixd_set_user a local static function.
authorPaul Querna <pquerna@apache.org>
Thu, 30 Oct 2008 20:29:28 +0000 (20:29 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 30 Oct 2008 20:29:28 +0000 (20:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@709238 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/unix/mod_unixd.c

index ceb8c8edca8fa63148aa901e03a477ffd0e990f1..bc5b52fe6860cbdae58bd5bafb52167d0b95239b 100644 (file)
@@ -213,8 +213,9 @@ unixd_drop_privileges(apr_pool_t *pool, server_rec *s)
 }
 
 
-AP_DECLARE(const char *) unixd_set_user(cmd_parms *cmd, void *dummy,
-                                        const char *arg)
+static const char *
+unixd_set_user(cmd_parms *cmd, void *dummy,
+               const char *arg)
 {
     const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY);
     if (err != NULL) {