aboutsummaryrefslogtreecommitdiff
path: root/cms.h
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2014-09-02 13:00:34 +0000
committerDimitri Sokolyuk <demon@dim13.org>2014-09-02 13:00:34 +0000
commit97784697eb902b755ce58808c62efd1e911e330a (patch)
treeaf907f1b9a4af63a5b21b8cbda0428482ac54a0b /cms.h
parent198ae14a943900fe9104c26ee3d253a347ec72f3 (diff)
add DECLS
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