3 * \brief Header: user menu implementation
9 #include "lib/global.h"
13 void user_menu_cmd (struct WEdit
*edit_widget
);
14 char *expand_format (struct WEdit
*edit_widget
, char c
, gboolean do_quote
);
15 int check_format_view (const char *);
16 int check_format_var (const char *, char **);
17 int check_format_cd (const char *);
19 #endif /* MC_USER_H */