summaryrefslogtreecommitdiff
path: root/php_gpce.h
diff options
context:
space:
mode:
Diffstat (limited to 'php_gpce.h')
-rw-r--r--php_gpce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/php_gpce.h b/php_gpce.h
index bfbddcb34e..b8dca449ab 100644
--- a/php_gpce.h
+++ b/php_gpce.h
@@ -39,6 +39,6 @@
#define PARSE_STRING 3
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);
+void php_register_variable(char *val, char *var, pval *track_vars_array ELS_DC PLS_DC);
#endif