decs.h
上传用户:andy_li
上传日期:2007-01-06
资源大小:1019k
文件大小:1k
源码类别:

压缩解压

开发平台:

MultiPlatform

  1. #ifndef __decs_h   /* prevent multiple inclusions */
  2. #define __decs_h
  3. #include <windows.h>
  4. #ifndef __unzip_h
  5. #  include "unzip.h"
  6. #endif
  7. #ifndef __structs_h
  8. #  include "structs.h"
  9. #endif
  10. #define WizMatch match
  11. void    WINAPI Wiz_NoPrinting(int f);
  12. int     WINAPI Wiz_Validate(LPSTR archive, int AllCodes);
  13. BOOL    WINAPI Wiz_Init(zvoid *, LPUSERFUNCTIONS);
  14. BOOL    WINAPI Wiz_SetOpts(zvoid *, LPDCL);
  15. int     WINAPI Wiz_Unzip(zvoid *, int, char **, int, char **);
  16. int     WINAPI Wiz_SingleEntryUnzip(int, char **, int, char **,
  17.                                     LPDCL, LPUSERFUNCTIONS);
  18. int     WINAPI Wiz_UnzipToMemory(LPSTR zip, LPSTR file,
  19.                                  LPUSERFUNCTIONS lpUserFunctions,
  20.                                  UzpBuffer *retstr);
  21. int     WINAPI Wiz_Grep(LPSTR archive, LPSTR file, LPSTR pattern,
  22.                         int cmd, int SkipBin,
  23.                         LPUSERFUNCTIONS lpUserFunctions);
  24. #endif /* __decs_h */