Moved charsets.[ch] from src to lib directory
[midnight-commander.git] / src / user.h
blob283700fa4598331d1daa305049e7f3f467d6a14f
1 /** \file user.h
2 * \brief Header: user menu implementation
3 */
5 #ifndef MC__USER_H
6 #define MC__USER_H
8 #include "lib/global.h"
10 /*** typedefs(not structures) and defined constants **********************************************/
12 /*** enums ***************************************************************************************/
14 /*** structures declarations (and typedefs of structures)*****************************************/
16 struct WEdit;
18 /*** global variables defined in .c file *********************************************************/
20 /*** declarations of public functions ************************************************************/
22 void user_menu_cmd (struct WEdit *edit_widget);
23 char *expand_format (struct WEdit *edit_widget, char c, gboolean do_quote);
24 int check_format_view (const char *);
25 int check_format_var (const char *, char **);
26 int check_format_cd (const char *);
28 /*** inline functions ****************************************************************************/
29 #endif /* MC__USER_H */