You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Doug MacEachern <do...@pobox.com> on 1998/08/04 21:04:09 UTC

2 more API thingies

Shouldn't the is_HTTP_*() macros have the ap_ prefix?

Can we API_EXPORT scan_script_header_err_core()?
At the moment, I have some 1.2.x copy-n-pasted code to scan headers from a
string in mod_perl, that could be rid of if we could see
scan_script_header_err_core().

-Doug