=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/misc.h 2001/01/29 01:58:17 1.2 +++ src/usr.bin/ssh/misc.h 2001/02/22 21:59:44 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.2 2001/01/29 01:58:17 niklas Exp $ */ +/* $OpenBSD: misc.h,v 1.3 2001/02/22 21:59:44 markus Exp $ */ /* * Author: Tatu Ylonen @@ -19,3 +19,5 @@ /* set filedescriptor to non-blocking */ void set_nonblock(int fd); + +struct passwd * pwcopy(struct passwd *pw);