Subversion Repositories SvarDOS

Rev

Rev 1889 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1889 Rev 1964
Line 8... Line 8...
8
 */
8
 */
9
 
9
 
10
#ifndef unzip_h
10
#ifndef unzip_h
11
#define unzip_h
11
#define unzip_h
12
 
12
 
13
int unzip(const char *zipfile, unsigned char listonly);
13
int unzip(const char *zipfile, unsigned char listonly, unsigned char *buff15k);
14
 
14
 
15
#endif
15
#endif