X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/blobdiff_plain/505ad2546a31319c972b497adc54d6506750833e..3de486aeb82f17284ba67e8a3ab40db20813b5da:/filesystem.h diff --git a/filesystem.h b/filesystem.h index cd72929..bf9a4c8 100644 --- a/filesystem.h +++ b/filesystem.h @@ -8,4 +8,6 @@ struct file_entry { struct file_entry* get_next_file(unsigned char *fw, int len); void extract_files(unsigned char *fw, int len); void replace_add_file(unsigned char *fw, int len, char *fwname, char *lname); +void list_files(unsigned char *fw, int len); void write_file(char *fname, unsigned char *buf, int len); +char *extracted_file(char *fname);