diff options
author | mouring <mouring@cvs.openbsd.org> | 2001-04-12 23:17:55 +0000 |
---|---|---|
committer | mouring <mouring@cvs.openbsd.org> | 2001-04-12 23:17:55 +0000 |
commit | bd96b355d03905e41f93e5df00b6fbcfb9b3c6ce (patch) | |
tree | 3dc9635916db91ed392b8e7cad10f602c5a34d9a /usr.bin/ssh/sftp-int.h | |
parent | cc670acc93a643feeb25806c169d48792c2d85a0 (diff) |
Add support for:
sftp [user@]host[:file [file]] - Fetch remote file(s)
sftp [user@]host[:dir[/]] - Start in remote dir/
OK deraadt@
Diffstat (limited to 'usr.bin/ssh/sftp-int.h')
-rw-r--r-- | usr.bin/ssh/sftp-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp-int.h b/usr.bin/ssh/sftp-int.h index 234d8003bc5..b47f862f8fe 100644 --- a/usr.bin/ssh/sftp-int.h +++ b/usr.bin/ssh/sftp-int.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-int.h,v 1.1 2001/02/04 11:11:54 djm Exp $ */ +/* $OpenBSD: sftp-int.h,v 1.2 2001/04/12 23:17:54 mouring Exp $ */ /* * Copyright (c) 2001 Damien Miller. All rights reserved. @@ -24,4 +24,4 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -void interactive_loop(int fd_in, int fd_out); +void interactive_loop(int fd_in, int fd_out, char *file1, char *file2); |