You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Brian Havard <br...@kheldar.apana.org.au> on 2001/10/21 09:02:46 UTC

AP_CORE_DECLARE exports for mod_proxy

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!                   |
 |  brianh@kheldar.apana.org.au  |  He's a very naughty boy!" - Life of Brian |
 ------------------------------------------------------------------------------