1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-09 15:21:02 +03:00

Export ap_send_error_response

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bill Stoddard
1999-11-05 15:45:05 +00:00
parent af0cac1e7c
commit e63638c46b
4 changed files with 4 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ API_EXPORT(void) ap_finalize_request_protocol(request_rec *r);
* problem with the ErrorDocument.
*/
void ap_send_error_response(request_rec *r, int recursive_error);
API_EXPORT(void) ap_send_error_response(request_rec *r, int recursive_error);
/* Set last modified header line from the lastmod date of the associated file.
* Also, set content length.