(fish_file_store): type accuracy to avoid counter overflow while copiyng huge files.
[midnight-commander.git] / src / args.h
blob463d9c4817aa41f5f0b012083b824ee30507084a
1 #ifndef MC__ARGS_H
2 #define MC__ARGS_H
4 #include "lib/global.h" /* gboolean */
6 /*** typedefs(not structures) and defined constants **********************************************/
8 /*** enums ***************************************************************************************/
10 /*** structures declarations (and typedefs of structures)*****************************************/
12 /*** global variables defined in .c file *********************************************************/
14 extern gboolean mc_args__force_xterm;
15 extern gboolean mc_args__nomouse;
16 extern gboolean mc_args__force_colors;
17 extern gboolean mc_args__nokeymap;
18 extern int mc_args__edit_start_line;
19 extern char *mc_args__last_wd_file;
20 extern char *mc_args__netfs_logfile;
21 extern char *mc_args__keymap_file;
22 extern int mc_args__debug_level;
24 /*** declarations of public functions ************************************************************/
26 gboolean mc_args_parse (int *argc, char ***argv, const char *translation_domain, GError ** error);
27 gboolean mc_args_show_info (void);
28 gboolean mc_setup_by_args (int argc, char **argv, GError ** error);
30 /*** inline functions ****************************************************************************/
31 #endif /* MC__ARGS_H */