Skip to content

Commit

Permalink
- remove declaration of non existant function php_treat_data
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Mar 8, 2006
1 parent b8d26da commit 0aa24dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/php_variables.h
Expand Up @@ -31,7 +31,6 @@
#define PARSE_STRING 3

BEGIN_EXTERN_C()
void php_treat_data(int arg, char *str, zval* destArray TSRMLS_DC);
void php_startup_auto_globals(TSRMLS_D);
extern PHPAPI void (*php_import_environment_variables)(zval *array_ptr TSRMLS_DC);
PHPAPI void php_register_variable(char *var, char *val, zval *track_vars_array TSRMLS_DC);
Expand Down

0 comments on commit 0aa24dc

Please sign in to comment.