From 99632f66e74fc57c463072be312d634aeb67bc61 Mon Sep 17 00:00:00 2001 From: neonloop Date: Wed, 4 Aug 2021 15:09:12 +0000 Subject: Initial commit --- unzip.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 unzip.h (limited to 'unzip.h') diff --git a/unzip.h b/unzip.h new file mode 100644 index 0000000..fcceb80 --- /dev/null +++ b/unzip.h @@ -0,0 +1,9 @@ +#ifndef __UNZIP_H_ +#define __UNZIP_H_ + +#include + +int unzip_tmp(FILE *zip, const char **extensions, char *filename, size_t len); +int unzip(FILE *zip, const char **extensions, FILE *dest); + +#endif -- cgit v1.2.3