Moved charsets.[ch] from src to lib directory
[midnight-commander.git] / src / boxes.h
blobaf1e48fc78f8d3f17832d1fa6d879cdff3239452
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 display_box (WPanel * p, char **user, char **mini, int *use_msformat, int num);
22 const panel_field_t *sort_box (const panel_field_t *, int *reverse,
23 int *case_sensitive, int *exec_first);
24 void confirm_box (void);
25 void display_bits_box (void);
26 void configure_vfs (void);
27 void jobs_cmd (void);
28 char *cd_dialog (void);
29 void symlink_dialog (const char *existing, const char *new, char **ret_existing, char **ret_new);
30 char *tree_box (const char *current_dir);
32 /*** inline functions ****************************************************************************/
33 #endif /* MC__BOXES_H */