summaryrefslogtreecommitdiff
path: root/src/xcms/Luv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xcms/Luv.c')
-rw-r--r--src/xcms/Luv.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xcms/Luv.c b/src/xcms/Luv.c
index 9cb56cfd..9569db03 100644
--- a/src/xcms/Luv.c
+++ b/src/xcms/Luv.c
@@ -38,17 +38,26 @@
* Fred W. Billmeyer & Max Saltzman, "Principles of Color
* Technology", John Wily & Sons, Inc, 1981.
*/
+/* $XFree86: xc/lib/X11/Luv.c,v 1.3 2001/01/17 19:41:39 dawes Exp $ */
#include <X11/Xos.h>
#include "Xlibint.h"
#include "Xcmsint.h"
+#include <stdio.h> /* sscanf */
+
/*
* EXTERNS
*/
extern char _XcmsCIELuv_prefix[];
+/* CvCols.c */
+extern Status _XcmsDIConvertColors();
+
+/* uvY.c */
+Status _XcmsCIEuvY_ValidSpec();
+
/*
* FORWARD DECLARATIONS