diff src/color-man.h @ 1000:4fe8f9656107

For the sake of consistency, use glib basic types everywhere.
author zas_
date Tue, 26 Aug 2008 22:22:51 +0000
parents 48c8e49b571c
children 1646720364cf
line wrap: on
line diff
--- a/src/color-man.h	Tue Aug 26 21:19:33 2008 +0000
+++ b/src/color-man.h	Tue Aug 26 22:22:51 2008 +0000
@@ -51,7 +51,7 @@
 			ColorManProfileType input_type, const gchar *input_file,
 			ColorManProfileType screen_type, const gchar *screen_file);
 ColorMan *color_man_new_embedded(ImageWindow *imd, GdkPixbuf *pixbuf,
-				 unsigned char *input_data, guint input_data_len,
+				 guchar *input_data, guint input_data_len,
 				 ColorManProfileType screen_type, const gchar *screen_file);
 void color_man_free(ColorMan *cm);