summaryrefslogtreecommitdiff
path: root/src/extract.h
diff options
context:
space:
mode:
authorjakob <jakob@memeware.net>2017-01-12 17:09:17 -0500
committerjakob <jakob@memeware.net>2017-01-12 17:09:17 -0500
commit43e539561a4ea95274468b78735555d6e89fdfd9 (patch)
tree4a005aed01dc34c40b4fe5657d2b155ea4231e85 /src/extract.h
parent350b126eef468c7c8d66c72100d8a3c76e9afec1 (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.h1
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);
-