Remove irrelevant comments about file_date() function.
[midnight-commander.git] / src / filemanager / option.h
blob2d24be1fda35713878f6f4354b86827647f13dbf
1 /** \file option.h
2 * \brief Header: configure box module
3 */
5 #ifndef MC__OPTION_H
6 #define MC__OPTION_H
8 /*** typedefs(not structures) and defined constants **********************************************/
10 /*** enums ***************************************************************************************/
12 /*** structures declarations (and typedefs of structures)*****************************************/
14 /*** global variables defined in .c file *********************************************************/
16 /*** declarations of public functions ************************************************************/
18 void configure_box (void);
19 void panel_options_box (void);
21 /*** inline functions ****************************************************************************/
22 #endif /* MC__OPTION_H */