X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/rsbs2/blobdiff_plain/e8563c43527e7f0fcb338069f39d74d252340d28..3d45f4d10fb15049251ea82876cc70a19a0e0700:/filesystem.h diff --git a/filesystem.h b/filesystem.h index ee35618..d4b91c7 100644 --- a/filesystem.h +++ b/filesystem.h @@ -7,4 +7,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);