]> cvs.zerfleddert.de Git - rsbs2/blobdiff - filesystem.h
rename extract.{c,h} to filesystem.{c,h}
[rsbs2] / filesystem.h
diff --git a/filesystem.h b/filesystem.h
new file mode 100644 (file)
index 0000000..ee35618
--- /dev/null
@@ -0,0 +1,10 @@
+struct file_entry {
+       char *name;
+       unsigned char *start;
+       int length;
+       unsigned char unknown;
+};
+
+struct file_entry* get_next_file(unsigned char *fw, int len);
+void extract_files(unsigned char *fw, int len);
+void write_file(char *fname, unsigned char *buf, int len);
Impressum, Datenschutz