diff options
author | mouring <mouring> | 2001-04-13 00:00:14 +0000 |
---|---|---|
committer | mouring <mouring> | 2001-04-13 00:00:14 +0000 |
commit | 98adff8c9f8c222f70a231a82edf6a2728bbb5a8 (patch) | |
tree | 36fb47348fa0e8023bfb0c8347994bfb1652923b /sftp-int.h | |
parent | 1da736867dc34fd8b041253da3faae1b44df2a0f (diff) | |
download | openssh-98adff8c9f8c222f70a231a82edf6a2728bbb5a8.tar.gz |
- mouring@cvs.openbsd.org 2001/04/12 23:17:54
[sftp-int.c sftp-int.h sftp.1 sftp.c]
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 'sftp-int.h')
-rw-r--r-- | sftp-int.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |