1
/* $Id: options.h,v 1.6 2003/07/09 23:03:09 jonas Exp $ */
3
#ifndef EL__DIALOGS_OPTIONS_H
4
#define EL__DIALOGS_OPTIONS_H
6
#include "sched/session.h"
7
#include "terminal/terminal.h"
9
void charset_list(struct terminal *, void *, struct session *);
10
void terminal_options(struct terminal *, void *, struct session *);
11
void menu_language_list(struct terminal *, void *, struct session *);
12
void dlg_resize_terminal(struct terminal *, void *, struct session *);