aboutsummaryrefslogtreecommitdiff
path: root/cms.h
diff options
context:
space:
mode:
Diffstat (limited to 'cms.h')
-rw-r--r--cms.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cms.h b/cms.h
index cdfa94f..111b3ae 100644
--- a/cms.h
+++ b/cms.h
@@ -18,14 +18,15 @@
#ifndef __CMS_H
#define __CMS_H
+__BEGIN_DECLS
void hsv2rgb(
unsigned short *r, unsigned short *g, unsigned short *b,
double h, double s, double v
);
-
void hsl2rgb(
unsigned short *r, unsigned short *g, unsigned short *b,
double h, double s, double l
);
+__END_DECLS
#endif