Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
[elinks.git] / src / dialogs / document.h
blobc3215bbb8fa5f8697f540508aeddc50d615681a6
1 #ifndef EL__DIALOGS_DOCUMENT_H
2 #define EL__DIALOGS_DOCUMENT_H
4 #include "session/session.h"
6 void nowhere_box(struct terminal *term, unsigned char *title);
7 void document_info_dialog(struct session *);
8 void cached_header_dialog(struct session *ses, struct cache_entry *cached);
9 void protocol_header_dialog(struct session *);
11 #endif