peerplays-fc/vendor/easylzma/src/lzip_header.h
2013-08-13 13:28:53 -04:00

11 lines
285 B
C

#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