1
1

* main.h: Declare view_one_file and edit_one_file.

Этот коммит содержится в:
Pavel Roskin 2001-10-23 01:39:25 +00:00
родитель 7b0a30e035
Коммит f0490b2a06
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2001-10-22 Pavel Roskin <proski@gnu.org>
* main.h: Declare view_one_file and edit_one_file.
2001-10-22 Andrew V. Samoilov <kai@cmail.ru>
* dialog.h: Include global.h.

Просмотреть файл

@ -45,6 +45,8 @@ extern int pause_after_run;
extern int auto_save_setup;
extern int use_internal_view;
extern int use_internal_edit;
extern char *view_one_file;
extern char *edit_one_file;
#ifdef USE_INTERNAL_EDIT
extern int edit (const char *file, int line);
extern int option_word_wrap_line_length;