mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Missing lzma.h
This commit is contained in:
parent
f2a6b432ac
commit
dd93d35f4c
12
src/encoding/lzma.h
Normal file
12
src/encoding/lzma.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef EL__ENCODING_LZMA_H
|
||||
#define EL__ENCODING_LZMA_H
|
||||
|
||||
#include "encoding/encoding.h"
|
||||
|
||||
#ifdef CONFIG_LZMA
|
||||
extern struct decoding_backend lzma_decoding_backend;
|
||||
#else
|
||||
#define lzma_decoding_backend dummy_decoding_backend
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user