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
/
document
/
plain
/
renderer.h
blob
9cb93f6086d45bf661bf1b89a692a5d32b6da269
1
2
#ifndef EL__DOCUMENT_PLAIN_RENDERER_H
3
#define EL__DOCUMENT_PLAIN_RENDERER_H
4
5
struct
cache_entry
;
6
struct
document
;
7
struct
string
;
8
9
void
render_plain_document
(
struct
cache_entry
*
cached
,
struct
document
*
document
,
struct
string
*
buffer
);
10
11
#endif