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 fc5645271..668fd60d3 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.h,v 1.10 2001/06/26 17:27:24 markus Exp $ */ 1/* $OpenBSD: misc.h,v 1.11 2002/01/24 21:09:25 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -16,6 +16,7 @@ char *chop(char *);
16char *strdelim(char **); 16char *strdelim(char **);
17void set_nonblock(int); 17void set_nonblock(int);
18void unset_nonblock(int); 18void unset_nonblock(int);
19void set_nodelay(int);
19int a2port(const char *); 20int a2port(const char *);
20char *cleanhostname(char *); 21char *cleanhostname(char *);
21char *colon(char *); 22char *colon(char *);