summaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 19d708f00..a7a340f09 100644
--- a/file.c
+++ b/file.c
@@ -85,7 +85,7 @@ static void zip_read(struct zip_file *file, const char *filename)
free(mem);
}
-static int try_to_open_zip(const char *filename, struct memblock *mem)
+int try_to_open_zip(const char *filename, struct memblock *mem)
{
int success = 0;
/* Grr. libzip needs to re-open the file, it can't take a buffer */