File: decs.h

package info (click to toggle)
unzip 5.32-1
  • links: PTS
  • area: non-free
  • in suites: hamm, slink
  • size: 3,616 kB
  • ctags: 5,353
  • sloc: ansic: 35,010; cpp: 3,775; makefile: 1,269; asm: 1,113; sh: 133
file content (15 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __unzlib_h   /* prevent multiple inclusions */
#define __unzlib_h

#include <windows.h>
#include "structs.h"

#define UzpMatch match

BOOL    WINAPI Unz_Init(zvoid *, USERFUNCTIONS far *);
BOOL    WINAPI Unz_SetOpts(zvoid *, LPDCL);
int     WINAPI Unz_Unzip(zvoid *, int, char **, int, char **);
int     WINAPI windll_unzip(int, char **, int, char **,
                            DCL far *, USERFUNCTIONS far *);

#endif /* __unzlib_h */