mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* view.c (view_ok_to_quit): Make global - it's needed for GMC.
* view.h: Declare view_ok_to_quit().
This commit is contained in:
parent
854918c1f8
commit
813cf40ac4
@ -1,3 +1,8 @@
|
||||
2001-07-28 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* view.c (view_ok_to_quit): Make global - it's needed for GMC.
|
||||
* view.h: Declare view_ok_to_quit().
|
||||
|
||||
2001-07-27 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* util.c [!USE_VFS] (get_current_wd): Resurrect, this time using
|
||||
|
@ -392,7 +392,7 @@ save_edit_changes (WView *view)
|
||||
free_change_list (view);
|
||||
}
|
||||
|
||||
static int
|
||||
int
|
||||
view_ok_to_quit (WView *view)
|
||||
{
|
||||
int r;
|
||||
|
@ -143,6 +143,7 @@ extern int altered_magic_flag;
|
||||
extern int altered_nroff_flag;
|
||||
|
||||
void view_adjust_size (Dlg_head *);
|
||||
int view_ok_to_quit (WView *view);
|
||||
|
||||
/* A node for building a change list on change_list */
|
||||
struct hexedit_change_node {
|
||||
|
Loading…
Reference in New Issue
Block a user