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
/
dom
/
sgml
/
dump.h
blob
ac21a85adc89a24ceb11b50b69ca498a2f684a2f
1
#ifndef EL_DOM_SGML_DUMP_H
2
#define EL_DOM_SGML_DUMP_H
3
4
#include <stdio.h>
5
6
struct
dom_stack
;
7
struct
dom_stack_context
;
8
9
struct
dom_stack_context
*
10
add_sgml_file_dumper
(
struct
dom_stack
*
stack
,
FILE
*
file
);
11
12
#endif