=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/Attic/tildexpand.h,v retrieving revision 1.2.4.2 retrieving revision 1.3 diff -u -r1.2.4.2 -r1.3 --- src/usr.bin/ssh/Attic/tildexpand.h 2001/03/21 18:53:19 1.2.4.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.4.2 2001/03/21 18:53:19 jason Exp $ */ +/* $OpenBSD: tildexpand.h,v 1.3 2001/06/26 06:33:06 itojun Exp $ */ /* * Author: Tatu Ylonen @@ -16,4 +16,4 @@ * 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); +char *tilde_expand_filename(const char *, uid_t);