summaryrefslogtreecommitdiff
path: root/ext/standard/post.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/post.h')
-rw-r--r--ext/standard/post.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/standard/post.h b/ext/standard/post.h
index 7886d4ac8a..bfbddcb34e 100644
--- a/ext/standard/post.h
+++ b/ext/standard/post.h
@@ -31,13 +31,14 @@
#ifndef _POST_H
#define _POST_H
+#include "SAPI.h"
+
#define PARSE_POST 0
#define PARSE_GET 1
#define PARSE_COOKIE 2
#define PARSE_STRING 3
-void php3_treat_data(int arg, char *str);
-void php_parse_gpc_data(char *, char *, pval *track_vars_array);
-PHPAPI void php3_TreatHeaders(void);
+void php_treat_data(int arg, char *str ELS_DC PLS_DC SLS_DC);
+void php_parse_gpc_data(char *val, char *var, pval *track_vars_array ELS_DC PLS_DC);
#endif