summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-04-07 13:01:27 +0000
committerPierre Joye <pajoye@php.net>2009-04-07 13:01:27 +0000
commit24225b88bda96b45d99b206c1d75d1974aa0258b (patch)
treea37589a318861bc5afc71bea0d27f168daab798e /ext/gd/libgd/gd.h
parent8cd0428d093e687fa604881df939868a6f4cb647 (diff)
downloadphp-git-24225b88bda96b45d99b206c1d75d1974aa0258b.tar.gz
- silent warning or possible linker error on win
Diffstat (limited to 'ext/gd/libgd/gd.h')
-rw-r--r--ext/gd/libgd/gd.h4
1 files changed, 4 insertions, 0 deletions
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! */