repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check if hb is NULL.
[elinks.git]
/
src
/
encoding
/
bzip2.h
blob
1367500e7bc69c66418f43ff071d0b1512abf0f6
1
#ifndef EL__ENCODING_BZIP2_H
2
#define EL__ENCODING_BZIP2_H
3
4
#include
"encoding/encoding.h"
5
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
11
12
#endif