home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 March
/
CMCD0304.ISO
/
Software
/
Freeware
/
Programare
/
nullsoft
/
nsis20.exe
/
Source
/
7zip
/
lzmaNSIS.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-11-23
|
306b
|
21 lines
// lzmaNSIS.h
#include "7zip/Compress/LZMA_SMALL/LZMAState.h"
#ifndef __LZMANSIS_H
#define __LZMANSIS_H
#ifdef __cplusplus
extern "C" {
#endif
void __stdcall lzmaInit(CLZMAStateP lzmaState);
int __stdcall lzmaDecompress(CLZMAStateP lzmaState);
#ifdef __cplusplus
}
#endif
#endif