Merge src/filemanager/option.[ch] to src/filemanager/boxes.[ch].
[midnight-commander.git] / src / filemanager / boxes.h
blob65afc573c5e6da525a83b4cff7daf74d5b915146
1 /** \file boxes.h
2 * \brief Header: Some misc dialog boxes for the program
3 */
5 #ifndef MC__BOXES_H
6 #define MC__BOXES_H
8 #include "dir.h"
9 #include "panel.h"
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 void configure_box (void);
22 void panel_options_box (void);
23 int panel_listing_box (WPanel * p, char **user, char **mini, int *use_msformat, int num);
24 const panel_field_t *sort_box (panel_sort_info_t * info);
25 void confirm_box (void);
26 void display_bits_box (void);
27 void configure_vfs (void);
28 void jobs_cmd (void);
29 char *cd_dialog (void);
30 void symlink_dialog (const vfs_path_t * existing_vpath, const vfs_path_t * new_vpath,
31 char **ret_existing, char **ret_new);
32 char *tree_box (const char *current_dir);
34 /*** inline functions ****************************************************************************/
35 #endif /* MC__BOXES_H */