- djm@cvs.openbsd.org 2013/10/11 02:53:45
[sftp-client.h] obsolete comment
This commit is contained in:
parent
2f93d0556e
commit
61c7de8a94
|
@ -22,6 +22,9 @@
|
||||||
- djm@cvs.openbsd.org 2013/10/11 02:52:23
|
- djm@cvs.openbsd.org 2013/10/11 02:52:23
|
||||||
[sftp-client.c]
|
[sftp-client.c]
|
||||||
missed one arg reorder
|
missed one arg reorder
|
||||||
|
- djm@cvs.openbsd.org 2013/10/11 02:53:45
|
||||||
|
[sftp-client.h]
|
||||||
|
obsolete comment
|
||||||
|
|
||||||
20131010
|
20131010
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
|
|
@ -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>
|
* 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' */
|
/* Rename 'oldpath' to 'newpath' */
|
||||||
int do_symlink(struct sftp_conn *, char *, char *);
|
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
|
* Download 'remote_path' to 'local_path'. Preserve permissions and times
|
||||||
* if 'pflag' is set
|
* if 'pflag' is set
|
||||||
|
|
Loading…
Reference in New Issue