grafthistory: comment about downloading the pack index
[elinks/elinks-j605.git] / src / document / renderer.h
blob2d94d206fff5420b685bc13cc5d186752fb1b50a
1 #ifndef EL__DOCUMENT_RENDERER_H
2 #define EL__DOCUMENT_RENDERER_H
4 #include "document/document.h"
6 struct conv_table;
7 struct document_options;
8 struct document_view;
9 struct session;
10 struct view_state;
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);
17 #endif