summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2010-10-25 17:44:14 +0200
committerMarti Maria <info@littlecms.com>2010-10-25 17:44:14 +0200
commit49219c0843d308922089283085ffc59e8d051595 (patch)
tree7bbd73fdfdf409eb7a763407f5f4724e60d69c06 /include
parent4bd08b41fa98610816e73999297ed1648fe8b999 (diff)
downloadlcms2-49219c0843d308922089283085ffc59e8d051595.tar.gz
beta2 code review
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h2
-rw-r--r--include/lcms2_plugin.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index fd7172f..bab1ec5 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -23,7 +23,7 @@
//
//---------------------------------------------------------------------------------
//
-// Version 2.1(alpha1)
+// Version 2.1(beta1)
//
#ifndef _lcms2_H
diff --git a/include/lcms2_plugin.h b/include/lcms2_plugin.h
index 359bf0f..896fa49 100644
--- a/include/lcms2_plugin.h
+++ b/include/lcms2_plugin.h
@@ -115,6 +115,7 @@ struct _cms_io_handler {
cmsContext ContextID;
cmsUInt32Number UsedSpace;
+ cmsUInt32Number ReportedSize;
char PhysicalFile[cmsMAX_PATH];
cmsUInt32Number (* Read)(struct _cms_io_handler* iohandler, void *Buffer,