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