smsplus-gx/source/unzip/fileio.h
2019-07-16 13:12:50 +02:00

12 lines
260 B
C

#ifndef FILEIO_H_
#define FILEIO_H_
#include <stdint.h>
/* Function prototypes */
uint8_t *loadFromZipByName(char *archive, const char *filename, uint32_t *filesize);
int32_t check_zip(const char *filename);
//int gzsize(gzFile *gd);
#endif /* FILEIO_H_ */