diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-05-24 02:14:24 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-05-24 02:14:24 +0200 |
commit | e4ab1157db90ff9602940669ccfda679aa4094a0 (patch) | |
tree | 0edec357e789b13775626829f2e97e1f1da8758c /tildexpand.c | |
parent | - dtucker@cvs.openbsd.org 2004/05/20 10:58:05 (diff) | |
download | openssh-e4ab1157db90ff9602940669ccfda679aa4094a0.tar.xz openssh-e4ab1157db90ff9602940669ccfda679aa4094a0.zip |
- markus@cvs.openbsd.org 2004/05/21 08:43:03
[kex.h moduli.c tildexpand.c]
add prototypes for -Wall; ok djm
Diffstat (limited to '')
-rw-r--r-- | tildexpand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tildexpand.c b/tildexpand.c index 40aa11965..cedb653b2 100644 --- a/tildexpand.c +++ b/tildexpand.c @@ -11,10 +11,11 @@ */ #include "includes.h" -RCSID("$OpenBSD: tildexpand.c,v 1.14 2004/05/08 00:01:37 deraadt Exp $"); +RCSID("$OpenBSD: tildexpand.c,v 1.15 2004/05/21 08:43:03 markus Exp $"); #include "xmalloc.h" #include "log.h" +#include "misc.h" /* * Expands tildes in the file name. Returns data allocated by xmalloc. |