Define main function in lib
This commit is contained in:
parent
691475d013
commit
8830c46593
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue