Updated italian translation.
[midnight-commander.git] / src / user.h
blob8a7c09083b95fb17f50b1b83cb0604195ed724fd
2 /** \file user.h
3 * \brief Header: user menu implementation
4 */
6 #ifndef MC_USER_H
7 #define MC_USER_H
9 #include "lib/global.h"
11 struct WEdit;
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 */