=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/misc.h,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -u -r1.3.2.1 -r1.3.2.2 --- src/usr.bin/ssh/misc.h 2001/03/12 15:44:12 1.3.2.1 +++ src/usr.bin/ssh/misc.h 2001/03/21 18:52:52 1.3.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.3.2.1 2001/03/12 15:44:12 jason Exp $ */ +/* $OpenBSD: misc.h,v 1.3.2.2 2001/03/21 18:52:52 jason Exp $ */ /* * Author: Tatu Ylonen @@ -19,3 +19,5 @@ /* set filedescriptor to non-blocking */ void set_nonblock(int fd); + +struct passwd * pwcopy(struct passwd *pw);