[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.28 and 1.29

version 1.28, 2005/12/08 18:34:11 version 1.29, 2006/01/31 10:19:02
Line 38 
Line 38 
         u_int   num;          u_int   num;
         u_int   nalloc;          u_int   nalloc;
 };  };
 void     addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));  void     addargs(arglist *, char *, ...)
                __attribute__((format(printf, 2, 3)));
   void     replacearg(arglist *, u_int, char *, ...)
                __attribute__((format(printf, 3, 4)));
   void     freeargs(arglist *);
   
 /* readpass.c */  /* readpass.c */
   

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29