]> mj.ucw.cz Git - libucw.git/blobdiff - images/images.h
- bugfixes
[libucw.git] / images / images.h
index f0072941e945bb892ef815bcaa9a49aedeb2cb47..236b04464594724049d1b7aa881c129ee936b727 100644 (file)
@@ -162,7 +162,7 @@ enum image_io_flags {
   IMAGE_IO_USE_BACKGROUND = 0x40000,   /* [  I  ] - merge transparent pixels with background_color */
 };
 
   IMAGE_IO_USE_BACKGROUND = 0x40000,   /* [  I  ] - merge transparent pixels with background_color */
 };
 
-void image_io_init(struct image_thread *it, struct image_io *io);
+int image_io_init(struct image_thread *it, struct image_io *io);
 void image_io_cleanup(struct image_io *io);
 void image_io_reset(struct image_io *io);
 
 void image_io_cleanup(struct image_io *io);
 void image_io_reset(struct image_io *io);