From: Sergey Poznyakoff Date: Mon, 10 May 2004 11:40:55 +0000 (+0000) Subject: (rmt_command_option): New variable. X-Git-Tag: release_1_14~12 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=1c623b11f6edde8f77aea43f5a619c2a837cc400;p=debian%2Ftar (rmt_command_option): New variable. --- diff --git a/src/common.h b/src/common.h index 7ccd3406..e1fe91aa 100644 --- a/src/common.h +++ b/src/common.h @@ -237,6 +237,9 @@ GLOBAL bool read_full_records_option; GLOBAL bool remove_files_option; +/* Specified rmt command. */ +GLOBAL const char *rmt_command_option; + /* Specified remote shell command. */ GLOBAL const char *rsh_command_option;