switched to zlib
[swftools.git] / installer / archive.h
index 9334784..eee1a4f 100644 (file)
@@ -23,7 +23,7 @@
 
 typedef void (*statusfunc_t)(int type, char*text);
 
-int unpack_archive(void*data, char*destdir, statusfunc_t f);
+int unpack_archive(void*data, int len, char*destdir, statusfunc_t f);
 
 #endif //__archive_h__