diff options
| author | jakob <jakob@memeware.net> | 2017-01-12 17:09:17 -0500 |
|---|---|---|
| committer | jakob <jakob@memeware.net> | 2017-01-12 17:09:17 -0500 |
| commit | 43e539561a4ea95274468b78735555d6e89fdfd9 (patch) | |
| tree | 4a005aed01dc34c40b4fe5657d2b155ea4231e85 /src/extract.h | |
| parent | 350b126eef468c7c8d66c72100d8a3c76e9afec1 (diff) | |
Finished implementation of file decryption. There are still many memory corruption bugs and a segfault is not uncommon.
Diffstat (limited to 'src/extract.h')
| -rw-r--r-- | src/extract.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/extract.h b/src/extract.h index 0247ea9..9aea965 100644 --- a/src/extract.h +++ b/src/extract.h @@ -37,4 +37,3 @@ void extract(FILE *archive, uint64_t table_offset); /* Wrapper for memcpy which increments the source operand by the amount of bytes read to simulate a file stream. */ void read_stream(void *destination, Bytef **source, size_t size); - |