f00f0693030ea0752335c55e74cd7d8caaae42ba
[midnight-commander.git] / src / filemanager / boxes.h
blobf00f0693030ea0752335c55e74cd7d8caaae42ba
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 int panel_listing_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);
26 void jobs_cmd (void);
27 char *cd_dialog (void);
28 void symlink_dialog (const vfs_path_t * existing_vpath, const vfs_path_t * new_vpath,
29 char **ret_existing, char **ret_new);
30 char *tree_box (const char *current_dir);
32 /*** inline functions ****************************************************************************/
33 #endif /* MC__BOXES_H */