Clean code

This commit is contained in:
atxr 2024-02-06 20:18:33 +01:00
parent fe7ca3c37a
commit 3636d3fa0d
3 changed files with 11 additions and 4 deletions

View file

@ -1,6 +1,9 @@
#include "libmineziper.h"
bool detect_overlaps(char* filename) {}
bool detect_overlaps(char* filename)
{
return true;
}
int get_uncompressed_size(zip* in)
{