pajoye Tue Apr 7 13:01:27 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/gd/libgd gd.h
Log:
- silent warning or possible linker error on win
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.h?r1=1.26.2.3.2.6.2.2&r2=1.26.2.3.2.6.2.3&diff_format=u
Index: php-src/ext/gd/libgd/gd.h
diff -u php-src/ext/gd/libgd/gd.h:1.26.2.3.2.6.2.2
php-src/ext/gd/libgd/gd.h:1.26.2.3.2.6.2.3
--- php-src/ext/gd/libgd/gd.h:1.26.2.3.2.6.2.2 Wed Jan 14 19:06:03 2009
+++ php-src/ext/gd/libgd/gd.h Tue Apr 7 13:01:27 2009
@@ -252,6 +252,10 @@
int gdJpegGetVersionInt();
const char * gdPngGetVersionString();
+
+int gdJpegGetVersionInt();
+const char * gdJpegGetVersionString();
+
/* A custom data source. */
/* The source function must return -1 on error, otherwise the number
of bytes fetched. 0 is EOF, not an error! */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php