mirror of https://github.com/MidnightCommander/mc
* tree.c (tree_navigation_flag): Should not be static.
This commit is contained in:
parent
04392aad1d
commit
87177d15db
|
@ -1,5 +1,7 @@
|
|||
2001-10-01 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* tree.c (tree_navigation_flag): Should not be static.
|
||||
|
||||
* screen.c (panel_format_modified): Use more portable cast.
|
||||
|
||||
* fileopctx.h: Define new type mc_stat_fn.
|
||||
|
|
|
@ -54,7 +54,7 @@ extern int command_prompt;
|
|||
#define TREE_NORMALC HOT_FOCUSC
|
||||
|
||||
/* Specifies the display mode: 1d or 2d */
|
||||
static int tree_navigation_flag;
|
||||
int tree_navigation_flag;
|
||||
|
||||
/* Forwards */
|
||||
static void save_tree (WTree *tree);
|
||||
|
|
Loading…
Reference in New Issue