diff options
| author | Pierre Joye <pajoye@php.net> | 2009-04-07 13:01:27 +0000 |
|---|---|---|
| committer | Pierre Joye <pajoye@php.net> | 2009-04-07 13:01:27 +0000 |
| commit | 24225b88bda96b45d99b206c1d75d1974aa0258b (patch) | |
| tree | a37589a318861bc5afc71bea0d27f168daab798e | |
| parent | 8cd0428d093e687fa604881df939868a6f4cb647 (diff) | |
| download | php-git-24225b88bda96b45d99b206c1d75d1974aa0258b.tar.gz | |
- silent warning or possible linker error on win
| -rw-r--r-- | ext/gd/libgd/gd.h | 4 |
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! */ |
