martin 98/05/04 10:19:57
Modified: src/include httpd.h Log: Prototypes for the BS2000 security patch (Forgot to commit this) Revision Changes Path 1.209 +5 -0 apache-1.3/src/include/httpd.h Index: httpd.h =================================================================== RCS file: /home/cvs/apache-1.3/src/include/httpd.h,v retrieving revision 1.208 retrieving revision 1.209 diff -u -u -r1.208 -r1.209 --- httpd.h 1998/05/03 17:31:09 1.208 +++ httpd.h 1998/05/04 17:19:54 1.209 @@ -947,6 +947,11 @@ API_EXPORT(char *) ap_os_canonical_filename(pool *p, const char *file); #endif +#ifdef _OSD_POSIX +extern const char *os_set_authfile(pool *p, const char *filename); +extern int os_init_job_environment(server_rec *s, const char *user_name); +#endif /* _OSD_POSIX */ + char *ap_get_local_host(pool *); unsigned long ap_get_virthost_addr(const char *hostname, unsigned short *port);