[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.5 and 1.3

version 1.2.2.5, 2001/09/27 00:15:43 version 1.3, 2001/06/26 06:33:06
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.2.2.5  
changed lines
  Added in v.1.3