From: Sergey Poznyakoff Date: Mon, 10 May 2004 11:40:55 +0000 (+0000) Subject: (rmt_command_option): New variable. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=1c623b11f6edde8f77aea43f5a619c2a837cc400;p=chaz%2Ftar (rmt_command_option): New variable. --- diff --git a/src/common.h b/src/common.h index 7ccd340..e1fe91a 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;