1 #ifndef DECOMPRESSION_H
2 #define DECOMPRESSION_H
3 
4 #include "gliv.h"
5 
6 GdkPixbuf *load_compressed_pixbuf(const gchar * filename, GError ** error);
7 gint load_compressed_collection(const gchar * filename);
8 
9 #endif
10