1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-16 01:08:31 -04:00
elinks/src/dialogs/document.h

21 lines
436 B
C
Raw Normal View History

#ifndef EL__DIALOGS_DOCUMENT_H
#define EL__DIALOGS_DOCUMENT_H
#include "session/session.h"
#ifdef __cplusplus
extern "C" {
#endif
void nowhere_box(struct terminal *term, char *title);
void link_info_dialog(struct session *ses);
void document_info_dialog(struct session *);
void cached_header_dialog(struct session *ses, struct cache_entry *cached);
void protocol_header_dialog(struct session *);
#ifdef __cplusplus
}
#endif
#endif