summaryrefslogtreecommitdiff
path: root/src/xcms/Lab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xcms/Lab.c')
-rw-r--r--src/xcms/Lab.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/xcms/Lab.c b/src/xcms/Lab.c
index 7827d8e7..b33ba712 100644
--- a/src/xcms/Lab.c
+++ b/src/xcms/Lab.c
@@ -36,9 +36,11 @@
*
* Note that the range for L* is 0 to 1.
*/
+/* $XFree86: xc/lib/X11/Lab.c,v 1.3 2001/01/17 19:41:38 dawes Exp $ */
#include <X11/Xos.h>
+#include <stdio.h> /* sscanf */
#include "Xlibint.h"
#include "Xcmsint.h"
@@ -59,6 +61,11 @@
*/
extern char _XcmsCIELab_prefix[];
+/* CvCols.c */
+extern Status _XcmsDIConvertColors();
+
+/* XYZ.c */
+extern Status _XcmsCIEXYZ_ValidSpec();
/*
* FORWARD DECLARATIONS