1 #ifndef EL__DIALOGS_OPTIONS_H
2 #define EL__DIALOGS_OPTIONS_H
4 #include "session/session.h"
5 #include "terminal/terminal.h"
7 void charset_list(struct terminal
*, void *, void *);
8 void terminal_options(struct terminal
*, void *, struct session
*);
9 void menu_language_list(struct terminal
*, void *, void *);
10 void resize_terminal_dialog(struct terminal
*term
);