summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--sftp-client.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 23b495f52..9cc00405f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -35,6 +35,9 @@
35 [readpass.c] 35 [readpass.c]
36 Add debug message if read_passphrase can't open /dev/tty; bz #471; 36 Add debug message if read_passphrase can't open /dev/tty; bz #471;
37 ok djm@ 37 ok djm@
38 - jmc@cvs.openbsd.org 2005/04/26 12:59:02
39 [sftp-client.h]
40 spelling correction in comment from wiz@netbsd;
38 41
3920050524 4220050524
40 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 43 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]
@@ -2534,4 +2537,4 @@
2534 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2537 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2535 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2538 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2536 2539
2537$Id: ChangeLog,v 1.3770 2005/05/26 02:05:28 djm Exp $ 2540$Id: ChangeLog,v 1.3771 2005/05/26 02:05:49 djm Exp $
diff --git a/sftp-client.h b/sftp-client.h
index 991e05d33..c8a41f377 100644
--- a/sftp-client.h
+++ b/sftp-client.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: sftp-client.h,v 1.13 2004/11/29 07:41:24 djm Exp $ */ 1/* $OpenBSD: sftp-client.h,v 1.14 2005/04/26 12:59:02 jmc Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org> 4 * Copyright (c) 2001-2004 Damien Miller <djm@openbsd.org>
@@ -30,7 +30,7 @@ struct SFTP_DIRENT {
30}; 30};
31 31
32/* 32/*
33 * Initialiase a SSH filexfer connection. Returns NULL on error or 33 * Initialise a SSH filexfer connection. Returns NULL on error or
34 * a pointer to a initialized sftp_conn struct on success. 34 * a pointer to a initialized sftp_conn struct on success.
35 */ 35 */
36struct sftp_conn *do_init(int, int, u_int, u_int); 36struct sftp_conn *do_init(int, int, u_int, u_int);