From c13db649461a00bb824a96fa4b3926d335b19e5e Mon Sep 17 00:00:00 2001 From: djm Date: Tue, 15 Oct 2013 01:06:45 +0000 Subject: - djm@cvs.openbsd.org 2013/10/11 02:53:45 [sftp-client.h] obsolete comment --- sftp-client.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sftp-client.h') 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 @@ -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 -- cgit v1.2.1