]> granicus.if.org Git - apache/commit
* include/http_config.h
authorSander Striker <striker@apache.org>
Thu, 6 Mar 2003 17:56:05 +0000 (17:56 +0000)
committerSander Striker <striker@apache.org>
Thu, 6 Mar 2003 17:56:05 +0000 (17:56 +0000)
commit5b73b9e96d04a361a97e955f29567a54fa8f4e0a
treeee531ee9245f0ad8e433ef632c9c5c3a48188554
parentbc73cb0d0770ee9367365decb27679aba76dc5af
* include/http_config.h

  (ap_get_module_config, ap_set_module_config): Always declare.

* include/httpd.h

  (ap_strchr, ap_strchr_c, ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
    Always declare.

* server/util_debug.c

  (ap_get_module_config, ap_set_module_config, ap_strchr, ap_strchr_c,
   ap_strrchr, ap_strrchr_c, ap_strstr, ap_strstr_c):
    Always implement and export.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98903 13f79535-47bb-0310-9956-ffa450edef68
include/http_config.h
include/httpd.h
server/util_debug.c