unalz/UnAlzUtils.h

27 lines
520 B
C
Raw Normal View History

2020-05-05 18:22:42 +00:00
////////////////////////////////////////////////////////////////////////////////////////////////////
///
/// unalz <20><><EFBFBD><EFBFBD> <20><>ƿ <20><><EFBFBD><EFBFBD>
///
/// @author hardkoder
/// @date 2005-06-23 <20><><EFBFBD><EFBFBD> 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_