You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Guenter Knauf <ef...@gmx.net> on 2004/05/17 15:59:21 UTC

[PATCH AP13] ./src/os/netware/ApacheCore.imp - missing symbol

Hi,
need ap_escape_logitem exported for a third-party module:

--- ApacheCore.imp.orig	Thu Apr 15 17:51:52 2004
+++ ApacheCore.imp	Mon May 17 15:42:04 2004
@@ -79,6 +79,7 @@
  ap_each_byterange,
  ap_error_log2stderr,
  ap_escape_html,
+ ap_escape_logitem,
  ap_escape_path_segment,
  ap_escape_quotes,
  ap_escape_shell_cmd,


thanks, Guenter.