diff options
author | Wez Furlong <wez@php.net> | 2002-03-15 21:03:08 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-03-15 21:03:08 +0000 |
commit | 0f65280cb5118d8c1a85db6626f7be365f3d1b26 (patch) | |
tree | 931b09acc5041eb771017e3ebf9ecb9aa833d722 /ext/standard/php_image.h | |
parent | 3a1ebd4f519facbd7ec769304857aad40e49cf1c (diff) | |
download | php-git-0f65280cb5118d8c1a85db6626f7be365f3d1b26.tar.gz |
New PHP streams...
Diffstat (limited to 'ext/standard/php_image.h')
-rw-r--r-- | ext/standard/php_image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_image.h b/ext/standard/php_image.h index 1837bab6a2..3046c8cd62 100644 --- a/ext/standard/php_image.h +++ b/ext/standard/php_image.h @@ -45,6 +45,6 @@ typedef enum } image_filetype; /* }}} */ -extern int php_getimagetype(int socketd, FILE *fp, int issock, char *filetype); +extern int php_getimagetype(php_stream * stream, char *filetype); #endif /* PHP_IMAGE_H */ |