peerplays-fc/vendor/easylzma/src/lzip_header.h

12 lines
285 B
C
Raw Normal View History

2013-08-13 17:28:53 +00:00
#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