diff options
Diffstat (limited to 'src/LYOptions.h')
-rw-r--r-- | src/LYOptions.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/LYOptions.h b/src/LYOptions.h index c8fdccbd..5fab617d 100644 --- a/src/LYOptions.h +++ b/src/LYOptions.h @@ -6,6 +6,13 @@ extern BOOLEAN term_options; /* for LYgetstr() */ extern void edit_bookmarks NOPARAMS; +extern int popup_choice PARAMS(( + int cur_choice, + int line, + int column, + char ** choices, + int i_length, + int disabled)); #ifndef NO_OPTION_FORMS extern int postoptions PARAMS((document *newdoc)); |