campo-sirio/zip/unzip/os2/rexxapi.def
alex f0d81ffd1c This commit was generated by cvs2svn to compensate for changes in r5402,
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn://10.65.10.50/trunk@5403 c028cbd2-c16b-5b4b-a496-9718f37d4682
1997-10-20 15:51:36 +00:00

18 lines
549 B
Modula-2
Executable File

LIBRARY UNZIP32 INITINSTANCE LONGNAMES
PROTMODE
DESCRIPTION 'Info-ZIP UnZip API - Copyright Scott Maxwell 1994, Info-ZIP 1995-1996'
DATA MULTIPLE NONSHARED
EXPORTS
UzpVersion @1
UzpUnzipToMemory @2
UzpFileTree @3
UzpMain @4
UzpAltMain @5
UZDROPFUNCS = UZDropFuncs @2000
UZLOADFUNCS = UZLoadFuncs @2001
UZFILETREE = UZFileTree @2002
UZUNZIPTOVAR = UZUnZipToVar @2003
UZUNZIPTOSTEM = UZUnZipToStem @2004
UZVER = UZVer @2005
UZUNZIP = UZUnZip @2007