summaryrefslogtreecommitdiff
path: root/include/util_script.h
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2008-12-05 08:36:26 +0000
committerPaul Querna <pquerna@apache.org>2008-12-05 08:36:26 +0000
commit03eb9179524d996e44c18b306027518fb751186d (patch)
treeb8687b32e3903884e9075bfc74280d84ee6ec1a7 /include/util_script.h
parent81bc4a8a4e3f82eb0bdedf7beff23afdb5220e54 (diff)
downloadhttpd-03eb9179524d996e44c18b306027518fb751186d.tar.gz
New API, ap_body_to_table, a very ineffeicent and bad hack to remove an apreq dependency.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/wombat-integration@723652 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_script.h')
-rw-r--r--include/util_script.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/util_script.h b/include/util_script.h
index d478aa658b..d7e7eae080 100644
--- a/include/util_script.h
+++ b/include/util_script.h
@@ -142,6 +142,8 @@ AP_DECLARE(int) ap_scan_script_header_err_core(request_rec *r, char *buffer,
AP_DECLARE(void) ap_args_to_table(request_rec *r, apr_table_t **table);
+AP_DECLARE(apr_status_t) ap_body_to_table(request_rec *r, apr_table_t **table);
+
#ifdef __cplusplus
}
#endif