=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/tildexpand.h,v retrieving revision 1.2.6.2 retrieving revision 1.3 diff -u -r1.2.6.2 -r1.3 --- src/usr.bin/ssh/Attic/tildexpand.h 2002/03/09 00:20:45 1.2.6.2 +++ src/usr.bin/ssh/Attic/tildexpand.h 2001/06/26 06:33:06 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: tildexpand.h,v 1.2.6.2 2002/03/09 00:20:45 miod Exp $ */ +/* $OpenBSD: tildexpand.h,v 1.3 2001/06/26 06:33:06 itojun Exp $ */ /* * Author: Tatu Ylonen @@ -12,4 +12,8 @@ * 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);