diff options
author | Sara Golemon <pollita@php.net> | 2003-05-14 15:12:07 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2003-05-14 15:12:07 +0000 |
commit | 65d359d71aa87f83f2e2433ea1c562f4372517d2 (patch) | |
tree | ef72e6e874962af3a80a9275fee158e6dd51ed16 /main/php_streams.h | |
parent | 412f54edaba4adfe8cdcd1b32cbd86dde4c930d6 (diff) | |
download | php-git-65d359d71aa87f83f2e2433ea1c562f4372517d2.tar.gz |
Fold 'options' parameter into wops->unlink method
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-x | main/php_streams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_streams.h b/main/php_streams.h index 72638379b6..889eae4e0f 100755 --- a/main/php_streams.h +++ b/main/php_streams.h @@ -147,7 +147,7 @@ typedef struct _php_stream_wrapper_ops { const char *label; /* delete a file */ - int (*unlink)(php_stream_wrapper *wrapper, char *url, php_stream_context *context TSRMLS_DC); + int (*unlink)(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *context TSRMLS_DC); } php_stream_wrapper_ops; struct _php_stream_wrapper { |