[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.3 and 1.4

version 1.3, 2001/06/26 06:33:06 version 1.4, 2001/06/26 17:27:25
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 *, uid_t);  

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4