summaryrefslogtreecommitdiff
path: root/main/SAPI.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-06-12 17:50:39 +0000
committerZeev Suraski <zeev@php.net>1999-06-12 17:50:39 +0000
commit96bfbc79040d9a1dea092d35ec570b3f7cc6b51b (patch)
tree8744e3033782a9e1f5330a63f005419460f85cd8 /main/SAPI.h
parentc50cd2df991645401afc165313b8da38eb6dfc15 (diff)
downloadphp-git-96bfbc79040d9a1dea092d35ec570b3f7cc6b51b.tar.gz
First attempt at moving the old RFC1867 support to the right place
Diffstat (limited to 'main/SAPI.h')
-rw-r--r--main/SAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/SAPI.h b/main/SAPI.h
index 1dfb6c7cb0..f9bf7267f3 100644
--- a/main/SAPI.h
+++ b/main/SAPI.h
@@ -135,4 +135,6 @@ struct _sapi_module_struct {
#define SAPI_POST_READER_FUNC(post_reader) void post_reader(char *content_type_dup SLS_DC)
+SAPI_POST_READER_FUNC(sapi_read_standard_form_data);
+
#endif /* _NEW_SAPI_H */ \ No newline at end of file