diff options
author | Martin Kraemer <martin@apache.org> | 2003-05-09 23:37:06 +0200 |
---|---|---|
committer | Martin Kraemer <martin@apache.org> | 2003-05-09 23:37:06 +0200 |
commit | ca4f07bcacf0a2fc49ee45c1215ab0ab7ec6251e (patch) | |
tree | 928ee652d9bb8e49c9f59c3545471c4a9932d8c7 /include | |
parent | Updated the NetWare platform documentation to reflect changes to the (diff) | |
download | apache2-ca4f07bcacf0a2fc49ee45c1215ab0ab7ec6251e.tar.xz apache2-ca4f07bcacf0a2fc49ee45c1215ab0ab7ec6251e.zip |
Porting to BS2000: the antique interface (BS2000Account) no longer exists
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99747 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/httpd.h | 1 |
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 */ |