]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/image_png.h
Implement graphical reporting for uncaught exceptions
[libs/gui.git] / source / graphics / image_png.h
index e07536ab32e05bf1035039778b0ef0dfb83b00af..8291a2ff55e46614a9af66bc3139269b661feec7 100644 (file)
@@ -8,8 +8,8 @@ namespace Msp {
 namespace Graphics {
 
 #ifdef WITH_LIBPNG
-bool is_png(const void *, unsigned);
-void load_png(IO::Base &, Image::Private &);
+bool is_png(const char *, unsigned);
+void load_png(IO::Base &, Image::Private &, const char *, unsigned);
 #endif
 
 } // namespace Graphics