/* miniunz.c Version 1.01e, February 12th, 2005 Copyright (C) 1998-2005 Gilles Vollant */ #ifndef _miniunz_H #define _miniunz_H #ifdef __cplusplus extern "C" { #endif #include #include "unzip.h" extern void ZEXPORT change_file_date OF (( const char *filename, uLong dosdate, tm_unz tmu_date)); extern int ZEXPORT mymkdir OF (( const char* dirname)); extern int ZEXPORT makedir OF ((const char *newdir)); extern int ZEXPORT do_extract_currentfile OF ((unzFile uf,const int* popt_extract_without_path,int* popt_overwrite,const char* password)); #ifdef __cplusplus } #endif #endif /* _unz_H */