2 * \brief Header: user menu implementation
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 */