From: Pierre Joye Date: Tue, 7 Apr 2009 13:01:27 +0000 (+0000) Subject: - silent warning or possible linker error on win X-Git-Tag: php-5.3.0RC2~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24225b88bda96b45d99b206c1d75d1974aa0258b;p=php - silent warning or possible linker error on win --- diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h index 77c98903ad..b974fe0b2f 100644 --- a/ext/gd/libgd/gd.h +++ b/ext/gd/libgd/gd.h @@ -252,6 +252,10 @@ gdImagePtr gdImageCreateFromJpegCtx(gdIOCtx *infile, int ignore_warning); 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! */