summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/misc.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-02-22 21:59:45 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-02-22 21:59:45 +0000
commitc53bea2d689b27f3ff0de5586bf6463b04abb457 (patch)
tree7a884e1364a1d8acadc4b8752286292396a344d8 /usr.bin/ssh/misc.h
parentdea01b6e7f0865d98a3de5f0818d2d09b8987f0f (diff)
use pwcopy in ssh.c, too
Diffstat (limited to 'usr.bin/ssh/misc.h')
-rw-r--r--usr.bin/ssh/misc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/misc.h b/usr.bin/ssh/misc.h
index 16370425a17..2630dd75f15 100644
--- a/usr.bin/ssh/misc.h
+++ b/usr.bin/ssh/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 <ylo@cs.hut.fi>
@@ -19,3 +19,5 @@ char *strdelim(char **s);
/* set filedescriptor to non-blocking */
void set_nonblock(int fd);
+
+struct passwd * pwcopy(struct passwd *pw);