]> andersk Git - openssh.git/blobdiff - misc.h
- millert@cvs.openbsd.org 2001/03/04 17:42:28
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index 1dd038960f969de3cfddc347420d3c13402af13d..3204b626a3e83cd8905a57f2fb49566f596e08e3 100644 (file)
--- 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 <ylo@cs.hut.fi>
@@ -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);
This page took 0.026054 seconds and 4 git commands to generate.