From c0b89ac5bfb90835ef01573267020e42d4fe070c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 23 Aug 2015 12:17:05 +0200 Subject: Imported Upstream version 1.8.0 --- xicc/ccss.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 xicc/ccss.h (limited to 'xicc/ccss.h') diff --git a/xicc/ccss.h b/xicc/ccss.h old mode 100644 new mode 100755 index 924f045..8258031 --- a/xicc/ccss.h +++ b/xicc/ccss.h @@ -34,7 +34,7 @@ struct _ccss { /* (Makes copies of all parameters) */ int (*set_ccss)(struct _ccss *p, char *orig, char *cdate, char *desc, char *disp, disptech dtech, int refrmode, char *sel, - char *ref, xspect *samples, int no_samp); + char *ref, int oem, xspect *samples, int no_samp); /* write to a CGATS .ccss file */ /* return nz on error, with message in err[] */ @@ -63,6 +63,7 @@ struct _ccss { int refrmode; /* Refresh mode, -1 if unknown, 0 of no, 1 if yes */ char *sel; /* Optional UI selector characters. May be NULL */ char *ref; /* Name of reference spectrometer instrument (optional) */ + int oem; /* nz if oem origin */ xspect *samples; /* Set of spectral samples */ int no_samp; /* Number of samples */ -- cgit v1.2.3