* tree.c (tree_navigation_flag): Should not be static.

This commit is contained in:
Pavel Roskin 2001-10-01 05:11:45 +00:00
parent 04392aad1d
commit 87177d15db
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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);