mc/src/option.h
Andrew Borodin 2b167cbef0 Configuration dialogs reorganization.
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>
2010-05-14 18:46:15 +04:00

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