summaryrefslogtreecommitdiff
path: root/src/gd_tiff.c
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2013-04-14 08:47:16 +0200
committerOndřej Surý <ondrej@sury.org>2013-04-14 08:47:16 +0200
commit2e4381acce2bd560470492c14d1b73712b576024 (patch)
tree824e29a8d15435e635541cd516e5496fb664db16 /src/gd_tiff.c
parent8b8c82309cf25233da62c056216f9f0e842f4f8c (diff)
downloadlibgd-2e4381acce2bd560470492c14d1b73712b576024.tar.gz
Don't export tiffWriter function, it should be only used from gdImageTiff
Diffstat (limited to 'src/gd_tiff.c')
-rw-r--r--src/gd_tiff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd_tiff.c b/src/gd_tiff.c
index 0b1db77..dd7a2f0 100644
--- a/src/gd_tiff.c
+++ b/src/gd_tiff.c
@@ -217,7 +217,7 @@ static void tiff_unmapproc(thandle_t h, tdata_t d, toff_t o)
* out: the stream where to write
* bitDepth: depth in bits of each pixel
*/
-BGD_DECLARE(void) tiffWriter(gdImagePtr image, gdIOCtx *out, int bitDepth)
+void tiffWriter(gdImagePtr image, gdIOCtx *out, int bitDepth)
{
int x, y;
int i;