From 086cf214cf70cbb1658a9e966f84e7c12214554c Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 5 Mar 2001 05:56:40 +0000 Subject: - markus@cvs.openbsd.org 2001/02/22 21:59:44 [auth.c auth.h auth1.c auth2.c misc.c misc.h ssh.c] use pwcopy in ssh.c, too --- misc.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc.h') diff --git a/misc.h b/misc.h index 1dd038960..3204b626a 100644 --- a/misc.h +++ b/misc.h @@ -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 @@ -20,6 +20,8 @@ char *strdelim(char **s); /* set filedescriptor to non-blocking */ void set_nonblock(int fd); +struct passwd * pwcopy(struct passwd *pw); + /* wrapper for signal interface */ typedef void (*mysig_t)(int); mysig_t mysignal(int sig, mysig_t act); -- cgit v1.2.3