Add xdelta3 decoding support

This commit is contained in:
C-3PO 2018-09-14 04:11:44 +02:00
parent ae59ce2256
commit 31ec793781
Signed by: c3po
GPG key ID: 62993C4BB4D86F24
5 changed files with 124 additions and 13 deletions

View file

@ -37,7 +37,7 @@ int main_file_read (main_file *ifile,
size_t size,
size_t *nread,
const char *msg);
int main_file_write (main_file *ofile, uint8_t *buf,
int main_file_write (main_file *ofile, uint8_t *buf,
usize_t size, const char *msg);
void* main_malloc (size_t size);
void main_free (void *ptr);