[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.34 and 1.35

version 1.34, 2020/11/24 16:54:44 version 1.35, 2021/03/22 11:14:42
Line 209 
Line 209 
         u_int   num;          u_int   num;
         u_int   nalloc;          u_int   nalloc;
 };  };
 void    addargs(arglist *, char *, ...)  void    addargs(arglist *, const char *, ...)
             __attribute__((format(printf, 2, 3)));              __attribute__((format(printf, 2, 3)));
 void    freeargs(arglist *);  void    freeargs(arglist *);
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35