1 #ifndef EL__DOCUMENT_RENDERER_H
2 #define EL__DOCUMENT_RENDERER_H
4 #include "document/document.h"
7 struct document_options
;
12 void render_document(struct view_state
*, struct document_view
*, struct document_options
*);
13 void render_document_frames(struct session
*ses
, int no_cache
);
14 struct conv_table
*get_convert_table(unsigned char *head
, int to_cp
, int default_cp
, int *from_cp
, enum cp_status
*cp_status
, int ignore_server_cp
);