]> andersk Git - openssh.git/blobdiff - misc.h
- (dtucker) [entropy.c] Needs unistd.h too.
[openssh.git] / misc.h
diff --git a/misc.h b/misc.h
index f96328662f6e803669f8af0b93f960d8abb92296..072470badd562ea7556d138a2b36c751bf54c7c4 100644 (file)
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.h,v 1.32 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: misc.h,v 1.35 2006/08/03 03:34:42 deraadt Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 #ifndef _MISC_H
 #define _MISC_H
 
-#include <sys/types.h>
-
-#include <pwd.h>
-
 /* misc.c */
 
 char   *chop(char *);
@@ -28,6 +24,7 @@ int    unset_nonblock(int);
 void    set_nodelay(int);
 int     a2port(const char *);
 int     a2tun(const char *, int *);
+char   *put_host_port(const char *, u_short);
 char   *hpdelim(char **);
 char   *cleanhostname(char *);
 char   *colon(char *);
This page took 0.033181 seconds and 4 git commands to generate.