unalz/UnAlzUtils.h
2020-05-05 20:22:42 +02:00

26 lines
520 B
C
Executable file

////////////////////////////////////////////////////////////////////////////////////////////////////
///
/// unalz °ü·Ã À¯Æ¿ ¸ðÀ½
///
/// @author hardkoder
/// @date 2005-06-23 ¿ÀÈÄ 9:55:34
///
////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef _UNALZ_UTILS_H_
#define _UNALZ_UTILS_H_
#include "UnAlz.h"
time_t dosTime2TimeT(UINT32 dostime);
int ListAlz(CUnAlz* pUnAlz, const char* src);
#endif // _UNALZ_UTILS_H_