diff options
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); - |