summaryrefslogtreecommitdiff
path: root/misc.c
diff options
context:
space:
mode:
authormouring <mouring>2001-03-05 06:09:31 +0000
committermouring <mouring>2001-03-05 06:09:31 +0000
commit740cf01a861e7582c6475cf773ef48106fbbe5eb (patch)
tree2120bc02546ae124d5488465807f207a38619b19 /misc.c
parent9ae17e9bc1d312d326e2e63ce93508fe555cae1a (diff)
downloadopenssh-740cf01a861e7582c6475cf773ef48106fbbe5eb.tar.gz
- deraadt@cvs.openbsd.org 2001/02/28 05:34:28
[misc.c] pull in protos
Diffstat (limited to 'misc.c')
-rw-r--r--misc.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc.c b/misc.c
index 4a1213a2..fdfd13ca 100644
--- a/misc.c
+++ b/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)