about summary refs log tree commit diff stats
path: root/src/LYOptions.h
blob: c8fdccbd11028f0da2e07645bbc00a5865f052d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#ifndef LYOPTIONS_H
#define LYOPTIONS_H

#include <LYStructs.h>

extern BOOLEAN term_options; /* for LYgetstr() */

extern void edit_bookmarks NOPARAMS;

#ifndef NO_OPTION_FORMS
extern int postoptions PARAMS((document *newdoc));
extern int gen_options PARAMS((char **newfile));
#endif /* !NO_OPTION_FORMS */

#ifndef NO_OPTION_MENU
extern void LYoptions NOPARAMS;
#endif /* !NO_OPTION_MENU */

#endif /* LYOPTIONS_H */