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
		
			
				
	
	
		
			18 lines
		
	
	
		
			549 B
		
	
	
	
		
			Modula-2
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			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
 |