26 lines
520 B
C
Executable file
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_
|