diff src/exif-int.h @ 1002:3096a47232ec

Use gpointer instead of void *.
author zas_
date Tue, 26 Aug 2008 22:37:18 +0000
parents 4fe8f9656107
children 82fe98d2cfdb
line wrap: on
line diff
--- a/src/exif-int.h	Tue Aug 26 22:30:40 2008 +0000
+++ b/src/exif-int.h	Tue Aug 26 22:37:18 2008 +0000
@@ -150,7 +150,7 @@
 
 ExifItem *exif_item_new(ExifFormatType format, guint tag,
 			guint elements, const ExifMarker *marker);
-void exif_item_copy_data(ExifItem *item, void *src, guint len,
+void exif_item_copy_data(ExifItem *item, gpointer src, guint len,
 			 ExifFormatType src_format, ExifByteOrder bo);
 
 gint exif_parse_IFD_table(ExifData *exif,