diff options
author | Wez Furlong <wez@php.net> | 2003-01-01 11:04:44 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-01-01 11:04:44 +0000 |
commit | f58628ca4d100480b2ab45cf16e368c20af31417 (patch) | |
tree | b56ca65fabf6e991c927203f8e65901800aacb1c /ext/standard/php_standard.h | |
parent | 30dafe2f42adfa081e39c9287aa0708598736561 (diff) | |
download | php-git-f58628ca4d100480b2ab45cf16e368c20af31417.tar.gz |
Move rot13 filter into a new filters.c source file.
Tidy up some other filter related code.
# win32 -> someone please add user_filters.c and filters.c to the .dsp
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r-- | ext/standard/php_standard.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index 97403571e4..c160da40cc 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -62,6 +62,9 @@ #include "aggregation.h" #define phpext_standard_ptr basic_functions_module_ptr +PHP_MINIT_FUNCTION(standard_filters); +PHP_MSHUTDOWN_FUNCTION(standard_filters); + /* * Local variables: |