summaryrefslogtreecommitdiff
path: root/lib/colord/cd-math.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/colord/cd-math.h')
-rw-r--r--lib/colord/cd-math.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/colord/cd-math.h b/lib/colord/cd-math.h
index 5f6c39c..70492b4 100644
--- a/lib/colord/cd-math.h
+++ b/lib/colord/cd-math.h
@@ -88,6 +88,8 @@ void cd_mat33_normalize (const CdMat3x3 *src,
CdMat3x3 *dest);
void cd_mat33_copy (const CdMat3x3 *src,
CdMat3x3 *dest);
+gboolean cd_mat33_is_finite (const CdMat3x3 *mat,
+ GError **error);
#undef __CD_MATH_H_INSIDE__