summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 2346a5ea5..a307df3a0 100644
--- a/misc.h
+++ b/misc.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: misc.h,v 1.4 2001/04/12 20:09:36 stevesk Exp $ */ 1/* $OpenBSD: misc.h,v 1.5 2001/05/03 23:09:52 mouring Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -28,6 +28,10 @@ struct passwd * pwcopy(struct passwd *pw);
28 * Return 0 if invalid. 28 * Return 0 if invalid.
29 */ 29 */
30int a2port(const char *s); 30int a2port(const char *s);
31
32/* code from scp.c/rcp.c */
33char *cleanhostname(char *host);
34char *colon(char *cp);
31 35
32/* wrapper for signal interface */ 36/* wrapper for signal interface */
33typedef void (*mysig_t)(int); 37typedef void (*mysig_t)(int);