include libgen.h for basename
[elinks.git] / src / dialogs / document.h
blobe6c4170678c00071bc44671bd8e40f4ead6d743f
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 link_info_dialog(struct session *ses);
8 void document_info_dialog(struct session *);
9 void cached_header_dialog(struct session *ses, struct cache_entry *cached);
10 void protocol_header_dialog(struct session *);
12 #endif