Define main function in lib

This commit is contained in:
atxr 2024-02-06 15:03:12 +01:00
parent 691475d013
commit 8830c46593

View file

@ -0,0 +1,9 @@
#ifndef LIBMINEZIPER_H
#define LIBMINEZIPER_H
#include "libmineziper_zip.h"
bool detect_overlaps(char* filename);
int get_uncompressed_size(zip* in);
#endif