~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/dialogs/options.h

  • Committer: Bazaar Package Importer
  • Author(s): Peter Gervai
  • Date: 2004-01-21 22:13:45 UTC
  • Revision ID: james.westby@ubuntu.com-20040121221345-ju33hai1yhhqt6kn
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: options.h,v 1.6 2003/07/09 23:03:09 jonas Exp $ */
 
2
 
 
3
#ifndef EL__DIALOGS_OPTIONS_H
 
4
#define EL__DIALOGS_OPTIONS_H
 
5
 
 
6
#include "sched/session.h"
 
7
#include "terminal/terminal.h"
 
8
 
 
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 *);
 
13
 
 
14
#endif