decs.h
资源名称:unzip540.zip [点击查看]
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:1k
源码类别:
压缩解压
开发平台:
MultiPlatform
- #ifndef __decs_h /* prevent multiple inclusions */
- #define __decs_h
- #include <windows.h>
- #ifndef __unzip_h
- # include "unzip.h"
- #endif
- #ifndef __structs_h
- # include "structs.h"
- #endif
- #define WizMatch match
- void WINAPI Wiz_NoPrinting(int f);
- int WINAPI Wiz_Validate(LPSTR archive, int AllCodes);
- BOOL WINAPI Wiz_Init(zvoid *, LPUSERFUNCTIONS);
- BOOL WINAPI Wiz_SetOpts(zvoid *, LPDCL);
- int WINAPI Wiz_Unzip(zvoid *, int, char **, int, char **);
- int WINAPI Wiz_SingleEntryUnzip(int, char **, int, char **,
- LPDCL, LPUSERFUNCTIONS);
- int WINAPI Wiz_UnzipToMemory(LPSTR zip, LPSTR file,
- LPUSERFUNCTIONS lpUserFunctions,
- UzpBuffer *retstr);
- int WINAPI Wiz_Grep(LPSTR archive, LPSTR file, LPSTR pattern,
- int cmd, int SkipBin,
- LPUSERFUNCTIONS lpUserFunctions);
- #endif /* __decs_h */