summaryrefslogtreecommitdiff
path: root/sftp-client.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-15 12:06:45 +1100
committerDamien Miller <djm@mindrot.org>2013-10-15 12:06:45 +1100
commit61c7de8a94156f6d7e9718ded9be8c65bb902b66 (patch)
treee89af3dfea0f8540f5310301aab2ce2fdb8cfe5c /sftp-client.h
parent2f93d0556e4892208c9b072624caa8cc5ddd839d (diff)
downloadopenssh-git-61c7de8a94156f6d7e9718ded9be8c65bb902b66.tar.gz
- djm@cvs.openbsd.org 2013/10/11 02:53:45
[sftp-client.h] obsolete comment
Diffstat (limited to 'sftp-client.h')
-rw-r--r--sftp-client.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sftp-client.h b/sftp-client.h
index dc54cfe3..bcdd407c 100644
--- a/sftp-client.h
+++ b/sftp-client.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp-client.h,v 1.22 2013/08/08 05:04:03 djm Exp $ */
+/* $OpenBSD: sftp-client.h,v 1.23 2013/10/11 02:53:45 djm Exp $ */
/*
* Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
@@ -100,8 +100,6 @@ int do_hardlink(struct sftp_conn *, char *, char *);
/* Rename 'oldpath' to 'newpath' */
int do_symlink(struct sftp_conn *, char *, char *);
-/* XXX: add callbacks to do_download/do_upload so we can do progress meter */
-
/*
* Download 'remote_path' to 'local_path'. Preserve permissions and times
* if 'pflag' is set