summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc.h b/misc.h
index d4a23cba3..6a4eff136 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.h,v 1.14 2004/05/08 00:21:31 djm Exp $ */ 1/* $OpenBSD: misc.h,v 1.15 2004/06/14 01:44:39 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -16,8 +16,8 @@
16 16
17char *chop(char *); 17char *chop(char *);
18char *strdelim(char **); 18char *strdelim(char **);
19void set_nonblock(int); 19int set_nonblock(int);
20void unset_nonblock(int); 20int unset_nonblock(int);
21void set_nodelay(int); 21void set_nodelay(int);
22int a2port(const char *); 22int a2port(const char *);
23char *cleanhostname(char *); 23char *cleanhostname(char *);