]> Dogcows Code - chaz/tar/commitdiff
(rmt_command_option): New variable.
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 10 May 2004 11:40:55 +0000 (11:40 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 10 May 2004 11:40:55 +0000 (11:40 +0000)
src/common.h

index 7ccd3406e5f66bd5fd7498d0e9831f5a96e7df98..e1fe91aa946e21de320d5483b71ea629875aa0b0 100644 (file)
@@ -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;
 
This page took 0.022229 seconds and 4 git commands to generate.