Re: stale function ap_error_log2stderr

2004-07-16 Thread Jeff Trawick
On Thu, 15 Jul 2004 18:32:04 -0700, Stas Bekman [EMAIL PROTECTED] wrote: Does anybody use that function? I can't see any uses of it in the core code. If not, shouldn't it be removed? I found a description of its use in a 1.3 module at http://www.kuzbass.ru:8086/docs/apache_c_mod_perl/164.htm

stale function ap_error_log2stderr

2004-07-15 Thread Stas Bekman
Does anybody use that function? I can't see any uses of it in the core code. If not, shouldn't it be removed? /** * Convert stderr to the error log * @param s The current server * @deffunc void ap_error_log2stderr(server_rec *s) */ AP_DECLARE(void) ap_error_log2stderr(server_rec *s); --