[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.10.2.1 and 1.10.2.2

version 1.10.2.1, 2002/03/07 17:37:46 version 1.10.2.2, 2002/05/17 00:03:23
Line 26 
Line 26 
   
 typedef struct arglist arglist;  typedef struct arglist arglist;
 struct arglist {  struct arglist {
         char    **list;          char    **list;
         int     num;          int     num;
         int     nalloc;          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.10.2.1  
changed lines
  Added in v.1.10.2.2