summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sftp-glob.h
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-04-15 08:43:48 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-04-15 08:43:48 +0000
commit6585ea45efd718a3ce89e9bd9596a892824f65c8 (patch)
treec0701b7aace45c1d8fff73727934f82e4310828b /usr.bin/ssh/sftp-glob.h
parenteec6fc2cdaf9318e5cd310cf0863d77276d49d0a (diff)
some unused variable and typos; from tomh@po.crl.go.jp
Diffstat (limited to 'usr.bin/ssh/sftp-glob.h')
-rw-r--r--usr.bin/ssh/sftp-glob.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp-glob.h b/usr.bin/ssh/sftp-glob.h
index 944f3286506..4206af43976 100644
--- a/usr.bin/ssh/sftp-glob.h
+++ b/usr.bin/ssh/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);