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

Diff for /src/usr.bin/ssh/misc.h between version 1.16 and 1.17

version 1.16, 2004/06/17 15:10:14 version 1.17, 2004/08/11 21:43:05
Line 29 
Line 29 
 typedef struct arglist arglist;  typedef struct arglist arglist;
 struct arglist {  struct arglist {
         char    **list;          char    **list;
         int     num;          u_int   num;
         int     nalloc;          u_int   nalloc;
 };  };
 void     addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));  void     addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
   

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