From 0f65280cb5118d8c1a85db6626f7be365f3d1b26 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Fri, 15 Mar 2002 21:03:08 +0000 Subject: New PHP streams... --- ext/standard/php_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/php_image.h') 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 */ -- cgit v1.2.1