From 3db384424bd7398ffbb7a355cab8f15f3add009f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 2 Oct 2016 19:24:58 +0200 Subject: New upstream version 1.9.1+repack --- spectro/i1pro.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'spectro/i1pro.h') diff --git a/spectro/i1pro.h b/spectro/i1pro.h index 4366e4f..e449f2c 100644 --- a/spectro/i1pro.h +++ b/spectro/i1pro.h @@ -4,7 +4,9 @@ * Argyll Color Correction System * * Gretag i1Pro related defines - * + */ + +/* * Author: Graeme W. Gill * Date: 24/11/2006 * @@ -15,6 +17,10 @@ * see the License2.txt file for licencing details. */ +#ifdef __cplusplus + extern "C" { +#endif + /* If you make use of the instrument driver code here, please note that it is the author(s) of the code who take responsibility @@ -52,5 +58,9 @@ struct _i1pro { /* Constructor */ extern i1pro *new_i1pro(icoms *icom, instType itype); +#ifdef __cplusplus + } +#endif + #define I1PRO_H #endif /* I1PRO_H */ -- cgit v1.2.3