Code

First dependency on ziptool
[inkscape.git] / src / color-profile-fns.h
index 96a7410a9de0fe7c4f8d697467a45d98eece9b0e..d7342b09dff020048b24e3a90a9d62c0bd470cfd 100644 (file)
@@ -25,7 +25,7 @@ GType colorprofile_get_type();
 
 #if ENABLE_LCMS
 
-cmsHPROFILE colorprofile_get_handle( SPDocument* document, gchar* const name );
+cmsHPROFILE colorprofile_get_handle( SPDocument* document, guint* intent, gchar* const name );
 
 #endif