diff options
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: misc.h,v 1.32 2006/07/06 16:03:53 stevesk Exp $ */ | 1 | /* $OpenBSD: misc.h,v 1.33 2006/07/10 12:46:51 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -28,6 +28,7 @@ int unset_nonblock(int); | |||
28 | void set_nodelay(int); | 28 | void set_nodelay(int); |
29 | int a2port(const char *); | 29 | int a2port(const char *); |
30 | int a2tun(const char *, int *); | 30 | int a2tun(const char *, int *); |
31 | char *put_host_port(const char *, u_short); | ||
31 | char *hpdelim(char **); | 32 | char *hpdelim(char **); |
32 | char *cleanhostname(char *); | 33 | char *cleanhostname(char *); |
33 | char *colon(char *); | 34 | char *colon(char *); |