2 * \brief Header: Some misc dialog boxes for the program
11 /*** typedefs(not structures) and defined constants **********************************************/
13 /*** enums ***************************************************************************************/
15 /*** structures declarations (and typedefs of structures)*****************************************/
17 /*** global variables defined in .c file *********************************************************/
19 /*** declarations of public functions ************************************************************/
21 int display_box (WPanel
* p
, char **user
, char **mini
, int *use_msformat
, int num
);
22 const panel_field_t
*sort_box (panel_sort_info_t
*info
);
23 void confirm_box (void);
24 void display_bits_box (void);
25 void configure_vfs (void);
27 char *cd_dialog (void);
28 void symlink_dialog (const char *existing
, const char *new, char **ret_existing
, char **ret_new
);
29 char *tree_box (const char *current_dir
);
31 /*** inline functions ****************************************************************************/
32 #endif /* MC__BOXES_H */