diff options
author | Sara Golemon <pollita@php.net> | 2003-01-06 04:06:40 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2003-01-06 04:06:40 +0000 |
commit | 42e912da79d550fee1ab3edb8e7d7908271bbfca (patch) | |
tree | a021800bd6434a37acbd1ca5cf670d7e7568d941 /main/php_streams.h | |
parent | e0ed7e90577e2b07441f0fd63ebb43ab82efea7a (diff) | |
download | php-git-42e912da79d550fee1ab3edb8e7d7908271bbfca.tar.gz |
Expose stream_filters_hash so that it can be searched by stream_get_filters()
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-x | main/php_streams.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index c506b060f2..783d84462d 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -603,9 +603,9 @@ PHPAPI php_stream_context *php_stream_context_set(php_stream *stream, php_stream (xmsg), (xcode), 0, 0, NULL TSRMLS_CC); } } while(0) -/* Give other modules access to the url_stream_wrappers_hash */ +/* Give other modules access to the url_stream_wrappers_hash and stream_filters_hash */ PHPAPI HashTable *php_stream_get_url_stream_wrappers_hash(); - +PHPAPI HashTable *php_get_stream_filters_hash(); #endif /* |