aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/sftp-int.h
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2002-03-18 09:55:03 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2002-03-18 09:55:03 +0000
commitae1f160d56b2d59d406f1af34cbdcc88a9e1b914 (patch)
tree7ac239d263df7247abaf6488a321dac17f2ebce9 /crypto/openssh/sftp-int.h
parent1e8db6e2f63ea90b361b3bbc9ebe9990660cb596 (diff)
Vendor import of OpenSSH 3.1
Notes
Notes: svn path=/vendor-crypto/openssh/dist/; revision=92555
Diffstat (limited to 'crypto/openssh/sftp-int.h')
-rw-r--r--crypto/openssh/sftp-int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/sftp-int.h b/crypto/openssh/sftp-int.h
index b47f862f8fed..976875812229 100644
--- a/crypto/openssh/sftp-int.h
+++ b/crypto/openssh/sftp-int.h
@@ -1,7 +1,7 @@
-/* $OpenBSD: sftp-int.h,v 1.2 2001/04/12 23:17:54 mouring Exp $ */
+/* $OpenBSD: sftp-int.h,v 1.5 2002/02/13 00:59:23 djm Exp $ */
/*
- * Copyright (c) 2001 Damien Miller. All rights reserved.
+ * Copyright (c) 2001,2002 Damien Miller. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -24,4 +24,4 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-void interactive_loop(int fd_in, int fd_out, char *file1, char *file2);
+void interactive_loop(int, int, char *, char *);