1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00
elinks/src/dialogs/info.h

23 lines
429 B
C
Raw Normal View History

#ifndef EL__DIALOGS_INFO_H
#define EL__DIALOGS_INFO_H
#ifdef __cplusplus
extern "C" {
#endif
struct session;
struct terminal;
void menu_about(struct terminal *, void *, void *);
void menu_keys(struct terminal *, void *, void *);
void menu_copying(struct terminal *, void *, void *);
void resource_info(struct terminal *term);
void memory_inf(struct terminal *, void *, struct session *);
#ifdef __cplusplus
}
#endif
#endif