diff options
author | Damien Miller <djm@mindrot.org> | 2003-01-10 21:40:00 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-01-10 21:40:00 +1100 |
commit | 956f3fb28b93420e87a51d1611029accebb2e43b (patch) | |
tree | d1f304e1bf833cef147bec2335b75187a93f9e98 /sftp-int.h | |
parent | a8ed44b79e6dd78d7871b0fb8149951b54662ef5 (diff) | |
download | openssh-git-956f3fb28b93420e87a51d1611029accebb2e43b.tar.gz |
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2003/01/08 23:53:26
[sftp.1 sftp.c sftp-int.c sftp-int.h]
Cleanup error handling for batchmode
Allow blank lines and comments in input
Ability to suppress abort on error in batchmode ("-put blah")
Fixes mindrot bug #452; markus@ ok
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.5 2002/02/13 00:59:23 djm Exp $ */ +/* $OpenBSD: sftp-int.h,v 1.6 2003/01/08 23:53:26 djm Exp $ */ /* * Copyright (c) 2001,2002 Damien Miller. All rights reserved. @@ -24,4 +24,4 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -void interactive_loop(int, int, char *, char *); +int interactive_loop(int, int, char *, char *); |