[BACK]Return to extern.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/extern.h between version 1.17 and 1.18

version 1.17, 2019/02/16 23:16:54 version 1.18, 2019/02/17 18:11:50
Line 118 
Line 118 
         int              specials;              /* --specials */          int              specials;              /* --specials */
         char            *rsync_path;            /* --rsync-path */          char            *rsync_path;            /* --rsync-path */
         char            *ssh_prog;              /* --rsh or -e */          char            *ssh_prog;              /* --rsh or -e */
           char            *port;                  /* --port */
 };  };
   
 /*  /*

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18