diff session.h @ 40:b4874d772210

- Added terminal mode handling etc for the client, and window change - Refactored the terminal-mode handling for the server - Improved session closing for the client
author Matt Johnston <matt@ucc.asn.au>
date Sun, 01 Aug 2004 08:54:01 +0000
parents 0883c0906870
children 18eccbfb9641
line wrap: on
line diff
--- a/session.h	Fri Jul 30 12:29:53 2004 +0000
+++ b/session.h	Sun Aug 01 08:54:01 2004 +0000
@@ -55,6 +55,7 @@
 void cli_session(int sock, char *remotehost);
 void cli_dropbear_exit(int exitcode, const char* format, va_list param);
 void cli_dropbear_log(int priority, const char* format, va_list param);
+void cli_session_cleanup();
 
 struct key_context {