]> git.street.me.uk Git - andy/viking.git/blobdiff - src/compression.h
[QA] Rename and correct some map cache variables usage for better understanding.
[andy/viking.git] / src / compression.h
index a2fa802b22c69fbf73a8d96b9300a56169ddec15..3aa2fdb5764fc4c4774a5640ba449cd27bd9e9ac 100644 (file)
@@ -29,6 +29,8 @@ G_BEGIN_DECLS
 
 void *unzip_file(gchar *zip_file, gulong *unzip_size);
 
+gchar* uncompress_bzip2 ( gchar *name );
+
 G_END_DECLS
 
 #endif