iconv: Bail out of the loop when an illegal sequence of bytes occurs.
[elinks/elinks-j605.git] / src / dom / sgml / dump.h
blobac21a85adc89a24ceb11b50b69ca498a2f684a2f
1 #ifndef EL_DOM_SGML_DUMP_H
2 #define EL_DOM_SGML_DUMP_H
4 #include <stdio.h>
6 struct dom_stack;
7 struct dom_stack_context;
9 struct dom_stack_context *
10 add_sgml_file_dumper(struct dom_stack *stack, FILE *file);
12 #endif