summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--clientloop.h4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index af5eed098..136feadb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,9 @@
52 - markus@cvs.openbsd.org 2001/02/08 21:58:28 52 - markus@cvs.openbsd.org 2001/02/08 21:58:28
53 [channels.c] 53 [channels.c]
54 nuke sprintf, ok deraadt@ 54 nuke sprintf, ok deraadt@
55 - markus@cvs.openbsd.org 2001/02/06 22:43:02
56 [clientloop.h]
57 remove confusing callback code
55 - (bal) fixed sftp-client.c. Return 'status' instead of '0' 58 - (bal) fixed sftp-client.c. Return 'status' instead of '0'
56 (from the OpenBSD tree) 59 (from the OpenBSD tree)
57 - (bal) Synced ssh.1 and sshd.8 w/ OpenBSD 60 - (bal) Synced ssh.1 and sshd.8 w/ OpenBSD
@@ -3838,4 +3841,4 @@
3838 - Wrote replacements for strlcpy and mkdtemp 3841 - Wrote replacements for strlcpy and mkdtemp
3839 - Released 1.0pre1 3842 - Released 1.0pre1
3840 3843
3841$Id: ChangeLog,v 1.726 2001/02/10 22:33:19 mouring Exp $ 3844$Id: ChangeLog,v 1.727 2001/02/10 22:44:12 mouring Exp $
diff --git a/clientloop.h b/clientloop.h
index 550c556c4..ee40d87ea 100644
--- a/clientloop.h
+++ b/clientloop.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: clientloop.h,v 1.3 2001/01/29 01:58:15 niklas Exp $ */ 1/* $OpenBSD: clientloop.h,v 1.4 2001/02/06 22:43:02 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -35,7 +35,5 @@
35 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 35 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 */ 36 */
37 37
38void clientloop_set_session_ident(int id);
39
40/* Client side main loop for the interactive session. */ 38/* Client side main loop for the interactive session. */
41int client_loop(int have_pty, int escape_char, int id); 39int client_loop(int have_pty, int escape_char, int id);