On 2/10/2011 7:24 AM, Jim Jagielski wrote: > PROXY_DECLARE(apr_status_t) ap_proxy_update_members is what I > want and what I meant.
Modules should not be exporting functions, they should be registering optional functions at the reg phase, other modules picking them up if available in their config phase. Right?
