Parcourir la source

(rmt_command_option): New variable.

Sergey Poznyakoff il y a 21 ans
Parent
commit
1c623b11f6
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/common.h

+ 3 - 0
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;