The union of the color and the node_number in the struct screen_char.
[elinks.git] / src / encoding / bzip2.h
blob1367500e7bc69c66418f43ff071d0b1512abf0f6
1 #ifndef EL__ENCODING_BZIP2_H
2 #define EL__ENCODING_BZIP2_H
4 #include "encoding/encoding.h"
6 #ifdef CONFIG_BZIP2
7 extern const struct decoding_backend bzip2_decoding_backend;
8 #else
9 #define bzip2_decoding_backend dummy_decoding_backend
10 #endif
12 #endif