diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2003-03-13 02:22:31 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2003-03-13 02:22:31 +0000 |
| commit | d6a02110b081fd5195d6f7a1436933e4b9563f66 (patch) | |
| tree | c9ebb553131f8c55521365bb1258098a52d133c8 /ext/gd/libgd/gd_io.h | |
| parent | 40c307fe6ab7048d956a5b8d5fbf03f9c0a7be45 (diff) | |
| download | php-git-d6a02110b081fd5195d6f7a1436933e4b9563f66.tar.gz | |
Cleanup.
Diffstat (limited to 'ext/gd/libgd/gd_io.h')
| -rw-r--r-- | ext/gd/libgd/gd_io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/libgd/gd_io.h b/ext/gd/libgd/gd_io.h index c28379abd8..fdb68ac8a7 100644 --- a/ext/gd/libgd/gd_io.h +++ b/ext/gd/libgd/gd_io.h @@ -7,13 +7,13 @@ typedef struct gdIOCtx { int (*getC)(struct gdIOCtx*); int (*getBuf)(struct gdIOCtx*, void*, int); - void (*putC)(struct gdIOCtx*, int); + void (*putC)(struct gdIOCtx*, int); int (*putBuf)(struct gdIOCtx*, const void*, int); int (*seek)(struct gdIOCtx*, const int); long (*tell)(struct gdIOCtx*); - void (*gd_free)(struct gdIOCtx*); + void (*gd_free)(struct gdIOCtx*); } gdIOCtx; |
