Clean code
This commit is contained in:
parent
fe7ca3c37a
commit
3636d3fa0d
3 changed files with 11 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue