just show hdd info when there is one
[enigma2.git] / lib / gdi / epng.h
index 650c25139d16f02ac9ff79f71e1f5d7af786a1ae..09f3023380e4b86863aabd05feea6f8c2bb2a366 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef __png_h
 #define __png_h
 
-#include "grc.h"
+#include <lib/gdi/gpixmap.h>
 
-gImage *loadPNG(const char *filename);
+int loadPNG(ePtr<gPixmap> &pixmap, const char *filename);
 int savePNG(const char *filename, gPixmap *pixmap);
 
 #endif