summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 87b7f0edf..1e859e255 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.h,v 1.39 2009/10/28 16:38:18 reyk Exp $ */ 1/* $OpenBSD: misc.h,v 1.40 2009/12/25 19:40:21 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -23,6 +23,7 @@ int set_nonblock(int);
23int unset_nonblock(int); 23int unset_nonblock(int);
24void set_nodelay(int); 24void set_nodelay(int);
25int a2port(const char *); 25int a2port(const char *);
26int a2rdomain(const char *);
26int a2tun(const char *, int *); 27int a2tun(const char *, int *);
27char *put_host_port(const char *, u_short); 28char *put_host_port(const char *, u_short);
28char *hpdelim(char **); 29char *hpdelim(char **);