diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-15 14:27:16 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-04-15 14:27:16 +0000 |
commit | 206941fdd88031e76da1e2aa0b5dd3b8d1d5d38b (patch) | |
tree | b65242384506b68308282d08ed4b9ca16f09d052 /sftp-glob.h | |
parent | ac2f00390392b22bfc971146e61c440ce62cf242 (diff) |
- markus@cvs.openbsd.org 2001/04/15 08:43:47
[dh.c sftp-glob.c sftp-glob.h sftp-int.c sshconnect2.c sshd.c]
some unused variable and typos; from tomh@po.crl.go.jp
Diffstat (limited to 'sftp-glob.h')
-rw-r--r-- | sftp-glob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-glob.h b/sftp-glob.h index 944f3286..4206af43 100644 --- a/sftp-glob.h +++ b/sftp-glob.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-glob.h,v 1.2 2001/04/05 10:42:53 markus Exp $ */ +/* $OpenBSD: sftp-glob.h,v 1.3 2001/04/15 08:43:46 markus Exp $ */ /* * Copyright (c) 2001 Damien Miller. All rights reserved. @@ -28,5 +28,5 @@ int remote_glob(int fd_in, int fd_out, const char *pattern, int flags, - const int (*errfunc)(const char *, int), glob_t *pglob); + int (*errfunc)(const char *, int), glob_t *pglob); |