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

10 lines
240 B
C

#ifndef __EASYLZMA_LZMA_HEADER__
#define __EASYLZMA_LZMA_HEADER__
#include "common_internal.h"
/* LZMA-Alone header format gleaned from reading Igor's code */
void initializeLZMAFormatHandler(struct elzma_format_handler * hand);
#endif