change type of some parameters from int to long.
[midnight-commander.git] / src / user.h
blob4866bce36879bd7f8b326535ddbeab1502d83baa
2 /** \file user.h
3 * \brief Header: user menu implementation
4 */
6 #ifndef MC_USER_H
7 #define MC_USER_H
9 #include "../edit/edit.h"
11 void user_menu_cmd (WEdit *edit_widget);
12 char *expand_format (WEdit *edit_widget, char c, int quote);
13 int check_format_view (const char *);
14 int check_format_var (const char *, char **);
15 int check_format_cd (const char *);
17 #endif