summaryrefslogtreecommitdiff
path: root/include/ap_compat.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2001-02-28 15:24:09 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2001-02-28 15:24:09 +0000
commit16231360f17ccf2d3129fd490ffaf0ce63ed4077 (patch)
treebe4d5d70b7b68719e598b6a30307b671ba601f0d /include/ap_compat.h
parent0cf2c99cf59726a1f5e387533a63c753dfe03f07 (diff)
downloadhttpd-16231360f17ccf2d3129fd490ffaf0ce63ed4077.tar.gz
Goodbye ap_send_http_header
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88390 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_compat.h')
-rw-r--r--include/ap_compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ap_compat.h b/include/ap_compat.h
index 2614b167e7..facc2561a2 100644
--- a/include/ap_compat.h
+++ b/include/ap_compat.h
@@ -7,5 +7,6 @@
/* redefine 1.3.x symbols to the new symbol names */
#define MODULE_VAR_EXPORT AP_MODULE_DECLARE_DATA
+#define ap_send_http_header(r) ;
#endif /* APR_COMPAT_H */