summaryrefslogtreecommitdiffstats
path: root/include/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/httpd.h b/include/httpd.h
index cfbbab6c13..256b3fc1c3 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -1616,7 +1616,6 @@ AP_DECLARE(int) ap_is_rdirectory(apr_pool_t *p, const char *name);
AP_DECLARE(int) ap_is_directory(apr_pool_t *p, const char *name);
#ifdef _OSD_POSIX
-extern const char *os_set_account(apr_pool_t *p, const char *account);
extern int os_init_job_environment(server_rec *s, const char *user_name, int one_process);
#endif /* _OSD_POSIX */