Compression algo dependencies, still need hackery...
This commit is contained in:
11
depends/lzma/wrapper/lzip_header.h
Normal file
11
depends/lzma/wrapper/lzip_header.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef __EASYLZMA_LZIP_HEADER__
|
||||
#define __EASYLZMA_LZIP_HEADER__
|
||||
|
||||
#include "common_internal.h"
|
||||
|
||||
/* lzip file format documented here:
|
||||
* http://download.savannah.gnu.org/releases-noredirect/lzip/manual/ */
|
||||
|
||||
void initializeLZIPFormatHandler(struct elzma_format_handler *hand);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user