summaryrefslogtreecommitdiffstats
path: root/depends/lzma/wrapper/lzma_header.h
blob: 6a5d7a9c1f714230b8724f777a4a7a3839e49c62 (plain)
1
2
3
4
5
6
7
8
9
10
#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