When trying to build a loadable mod_proxy module I found that it uses
several functions that are declared with AP_CORE_DECLARE & therefore not
exported from the core so the link fails. So what's the deal with
AP_CORE_DECLARE functions? In httpd.h it says "modules should not used
functions marked AP_CORE_DECLARE". The core functions used by the proxy
are:

ap_set_config_vectors()
ap_merge_per_dir_configs()
ap_create_request_config()
ap_create_per_dir_config()
ap_getline()

-- 
 ______________________________________________________________________________
 |  Brian Havard                 |  "He is not the messiah!                   |
 |  [EMAIL PROTECTED]  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------

Reply via email to