fsp: Fixed a serious bug.
[elinks.git] / src / dialogs / info.h
blob37d2d68944a12c1475339f2f5ed81cc63971d3d1
1 #ifndef EL__DIALOGS_INFO_H
2 #define EL__DIALOGS_INFO_H
4 struct session;
5 struct terminal;
7 void menu_about(struct terminal *, void *, void *);
8 void menu_keys(struct terminal *, void *, void *);
9 void menu_copying(struct terminal *, void *, void *);
11 void resource_info(struct terminal *term);
12 void memory_inf(struct terminal *, void *, struct session *);
14 #endif