Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-11-23 18:22:51 +0300
committerTon Roosendaal <ton@blender.org>2005-11-23 18:22:51 +0300
commitb9e7bf05f0ef4c4692d9d0a7fd33a697f6cd8271 (patch)
treede985a5fc529eecd375a7e31f0f8d876f7da5fbf /source/blender/imbuf/IMB_imbuf.h
parent622f9147769a011a1fcff9b6aa683e674b111838 (diff)
Forgot to note in previous commit: also cleaned up warnings in code,
like using exported functions without adding it in the .h.
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf.h1
1 files changed, 1 insertions, 0 deletions
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);