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

version 1.2, 2001/01/29 01:58:19 version 1.3, 2001/06/26 06:33:06
Line 16 
Line 16 
  * Expands tildes in the file name.  Returns data allocated by xmalloc.   * Expands tildes in the file name.  Returns data allocated by xmalloc.
  * Warning: this calls getpw*.   * Warning: this calls getpw*.
  */   */
 char   *tilde_expand_filename(const char *filename, uid_t my_uid);  char   *tilde_expand_filename(const char *, uid_t);

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