mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Code indentation
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
2bf1aeb6d4
commit
6777d5044f
@ -67,7 +67,8 @@ int pause_after_run = pause_on_dumb_terminals;
|
||||
void do_execute (const char *shell, const char *command, int flags);
|
||||
void do_executev (const char *shell, int flags, char *const argv[]);
|
||||
char *execute_get_external_cmd_opts_from_config (const char *command,
|
||||
const vfs_path_t * filename_vpath, long start_line);
|
||||
const vfs_path_t * filename_vpath,
|
||||
long start_line);
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user