From b9e7bf05f0ef4c4692d9d0a7fd33a697f6cd8271 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Wed, 23 Nov 2005 15:22:51 +0000 Subject: [PATCH] Forgot to note in previous commit: also cleaned up warnings in code, like using exported functions without adding it in the .h. --- source/blender/imbuf/IMB_imbuf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h index 3a0ebbd03ad..b631ac79a06 100644 --- a/source/blender/imbuf/IMB_imbuf.h +++ b/source/blender/imbuf/IMB_imbuf.h @@ -518,6 +518,7 @@ void quicktime_exit(void); Called by schrijfplaatje() in toets.c */ short imb_savehdr_fromfloat(float *fbuf, char *name, int width, int height); + /* intern/dynlibtiff.c */ void libtiff_exit(void);