Ruediger Pluem wrote:
> 
> 
> Because it was
> 
> int ap_proxy_lb_workers(void);
> 
> and not
> 
> PROXY_DECLARE(int)ap_proxy_lb_workers(void);
> 

Yep. Ideally, of course, a design like mod_ssl with the
ssl_private.h usage is nice, because there you can
expose functions that need to be shared amoung files
(without each one having lines and lines of 'extern foo'
sillyness) without "leaking" them out anyplace
else.

-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
            "If you can dodge a wrench, you can dodge a ball."

Reply via email to