mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
2b167cbef0
Panel options are moved to new dialog. Panel setup options are collected in a special structure. Includes clean up. Code indentation. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
13 lines
172 B
C
13 lines
172 B
C
|
|
/** \file option.h
|
|
* \brief Header: configure box module
|
|
*/
|
|
|
|
#ifndef MC_OPTION_H
|
|
#define MC_OPTION_H
|
|
|
|
void configure_box (void);
|
|
void panel_options_box (void);
|
|
|
|
#endif
|