]> granicus.if.org Git - php/commitdiff
- silent warning or possible linker error on win
authorPierre Joye <pajoye@php.net>
Tue, 7 Apr 2009 13:01:27 +0000 (13:01 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 7 Apr 2009 13:01:27 +0000 (13:01 +0000)
ext/gd/libgd/gd.h

index 77c98903ad62454f4c18c542558e37e2e1310ebb..b974fe0b2f270b7c64a1f7056b47346f1daec4f3 100644 (file)
@@ -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! */