src/find.c: Micro fix for 'Skip hidden' shortcut
[midnight-commander.git] / src / main-widgets.h
blob861e1837f3ff203117e9cb388ba4942c903901cc
1 #ifndef MC_MAIN_WIDGETS_H
2 #define MC_MAIN_WIDGETS_H
4 #include "widget.h"
5 #include "dialog.h"
7 extern WButtonBar *the_bar;
8 extern WLabel *the_prompt;
9 extern WLabel *the_hint;
10 extern Dlg_head *midnight_dlg;
12 extern struct WMenu *the_menubar;
14 #endif