summaryrefslogtreecommitdiff
path: root/sftp-int.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-10 21:40:00 +1100
committerDamien Miller <djm@mindrot.org>2003-01-10 21:40:00 +1100
commit956f3fb28b93420e87a51d1611029accebb2e43b (patch)
treed1f304e1bf833cef147bec2335b75187a93f9e98 /sftp-int.h
parenta8ed44b79e6dd78d7871b0fb8149951b54662ef5 (diff)
downloadopenssh-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sftp-int.h b/sftp-int.h
index 97687581..8a04a03f 100644
--- a/sftp-int.h
+++ b/sftp-int.h
@@ -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 *);