summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/misc.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-28 05:34:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-02-28 05:34:29 +0000
commit7244f058fff3a34fce44ea6a18d3350703d17c2d (patch)
tree4a529d72e3e0854ab20d92fa793e3967274f5f07 /usr.bin/ssh/misc.c
parent4ef8ded04c2a484befe1ab2ac3f9695a3ce907c3 (diff)
pull in protos
Diffstat (limited to 'usr.bin/ssh/misc.c')
-rw-r--r--usr.bin/ssh/misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/misc.c b/usr.bin/ssh/misc.c
index 31d6713db17..8ed158daa42 100644
--- a/usr.bin/ssh/misc.c
+++ b/usr.bin/ssh/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.2 2001/02/22 21:59:44 markus Exp $ */
+/* $OpenBSD: misc.c,v 1.3 2001/02/28 05:34:28 deraadt Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -25,10 +25,11 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: misc.c,v 1.2 2001/02/22 21:59:44 markus Exp $");
+RCSID("$OpenBSD: misc.c,v 1.3 2001/02/28 05:34:28 deraadt Exp $");
#include "misc.h"
#include "log.h"
+#include "xmalloc.h"
char *
chop(char *s)