summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarti Maria <info@littlecms.com>2010-07-09 18:50:57 +0200
committerMarti Maria <info@littlecms.com>2010-07-09 18:50:57 +0200
commitc21586f711eba49244711edf62e004c8563ea54a (patch)
tree98882ddf2a62b66a4be9cbfe008fb9761908d7be /include
parent9670543888556ccfae1edade70bcc8756783332d (diff)
downloadlcms2-c21586f711eba49244711edf62e004c8563ea54a.tar.gz
Added cmsTagLinkedTo(), updated Changes file
Diffstat (limited to 'include')
-rw-r--r--include/lcms2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/lcms2.h b/include/lcms2.h
index 0ece3d7..f84f3ab 100644
--- a/include/lcms2.h
+++ b/include/lcms2.h
@@ -1310,6 +1310,7 @@ CMSAPI cmsBool CMSEXPORT cmsIsTag(cmsHPROFILE hProfile, cmsTagSignatur
CMSAPI void* CMSEXPORT cmsReadTag(cmsHPROFILE hProfile, cmsTagSignature sig);
CMSAPI cmsBool CMSEXPORT cmsWriteTag(cmsHPROFILE hProfile, cmsTagSignature sig, const void* data);
CMSAPI cmsBool CMSEXPORT cmsLinkTag(cmsHPROFILE hProfile, cmsTagSignature sig, cmsTagSignature dest);
+CMSAPI cmsTagSignature CMSEXPORT cmsTagLinkedTo(cmsHPROFILE hProfile, cmsTagSignature sig);
// Read and write raw data
CMSAPI cmsInt32Number CMSEXPORT cmsReadRawTag(cmsHPROFILE hProfile, cmsTagSignature sig, void* Buffer, cmsUInt32Number BufferSize);