X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=images%2Fimages.h;h=236b04464594724049d1b7aa881c129ee936b727;hb=cc158370cbaee83cafb5965f20dc2df848a4faef;hp=f0072941e945bb892ef815bcaa9a49aedeb2cb47;hpb=a0cf13df6930e95973c2494a1f8650305c5b5fa7;p=libucw.git diff --git a/images/images.h b/images/images.h index f0072941..236b0446 100644 --- a/images/images.h +++ b/images/images.h @@ -162,7 +162,7 @@ enum image_io_flags { 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);