X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/blobdiff_plain/505ad2546a31319c972b497adc54d6506750833e..e5be7964340496bf4b95fd82d5ebea88e2968615:/filesystem.h diff --git a/filesystem.h b/filesystem.h index cd72929..d4b91c7 100644 --- a/filesystem.h +++ b/filesystem.h @@ -8,4 +8,5 @@ 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);