mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
* 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>
|
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.
|
* screen.c (panel_format_modified): Use more portable cast.
|
||||||
|
|
||||||
* fileopctx.h: Define new type mc_stat_fn.
|
* fileopctx.h: Define new type mc_stat_fn.
|
||||||
|
@ -54,7 +54,7 @@ extern int command_prompt;
|
|||||||
#define TREE_NORMALC HOT_FOCUSC
|
#define TREE_NORMALC HOT_FOCUSC
|
||||||
|
|
||||||
/* Specifies the display mode: 1d or 2d */
|
/* Specifies the display mode: 1d or 2d */
|
||||||
static int tree_navigation_flag;
|
int tree_navigation_flag;
|
||||||
|
|
||||||
/* Forwards */
|
/* Forwards */
|
||||||
static void save_tree (WTree *tree);
|
static void save_tree (WTree *tree);
|
||||||
|
Loading…
Reference in New Issue
Block a user