[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.12 and 1.13

version 1.12, 2002/03/19 10:49:35 version 1.13, 2004/05/08 00:01:37
Line 31 
Line 31 
         int     nalloc;          int     nalloc;
 };  };
 void     addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));  void     addargs(arglist *, char *, ...) __attribute__((format(printf, 2, 3)));
   
   char    *tilde_expand_filename(const char *, uid_t);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13