Fix typos

This commit is contained in:
atxr 2024-02-06 16:18:08 +01:00
parent 3458794791
commit e04a231974
4 changed files with 16 additions and 16 deletions

View file

@ -2,6 +2,7 @@
#define LIBMINEZIPER_H
#include "libmineziper_zip.h"
#include <stdbool.h>
bool detect_overlaps(char* filename);
int get_uncompressed_size(zip* in);