repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iconv: Bail out of the loop when an illegal sequence of bytes occurs.
[elinks/elinks-j605.git]
/
src
/
protocol
/
rewrite
/
rewrite.h
blob
18cad68f7dec75c89009a2761af64903a5ace832
1
2
#ifndef EL__PROTOCOL_REWRITE_REWRITE_H
3
#define EL__PROTOCOL_REWRITE_REWRITE_H
4
5
#ifdef CONFIG_URI_REWRITE
6
7
#include
"main/module.h"
8
9
extern
struct
module uri_rewrite_module
;
10
11
#endif
12
#endif