Merge branch '4524_cleanup'
[midnight-commander.git] / src / usermenu.h
blob7a997fe5af61e36bce9ff32f0429fcc6587fea21
1 /** \file usermenu.h
2 * \brief Header: user menu implementation
3 */
5 #ifndef MC__USERMENU_H
6 #define MC__USERMENU_H
8 #include "lib/global.h"
9 #include "lib/widget.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 gboolean user_menu_cmd (const Widget * edit_widget, const char *menu_file, int selected_entry);
22 char *expand_format (const Widget * edit_widget, char c, gboolean do_quote);
23 int check_format_view (const char *p);
24 int check_format_var (const char *p, char **v);
25 int check_format_cd (const char *p);
27 /*** inline functions ****************************************************************************/
29 #endif /* MC__USERMENU_H */