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

Diff for /src/usr.bin/ssh/Attic/tildexpand.h between version 1.2.2.4 and 1.2.2.5

version 1.2.2.4, 2001/05/07 21:09:38 version 1.2.2.5, 2001/09/27 00:15:43
Line 12 
Line 12 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 /*  char    *tilde_expand_filename(const char *, uid_t);
  * Expands tildes in the file name.  Returns data allocated by xmalloc.  
  * Warning: this calls getpw*.  
  */  
 char   *tilde_expand_filename(const char *filename, uid_t my_uid);  

Legend:
Removed from v.1.2.2.4  
changed lines
  Added in v.1.2.2.5