From 1c623b11f6edde8f77aea43f5a619c2a837cc400 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 10 May 2004 11:40:55 +0000 Subject: [PATCH] (rmt_command_option): New variable. --- src/common.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.44.0