diff runopts.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 0913e2ee3545
children 4b53a43f0082
line wrap: on
line diff
--- a/runopts.h	Fri Jul 30 12:29:53 2004 +0000
+++ b/runopts.h	Sun Aug 01 08:54:01 2004 +0000
@@ -79,6 +79,7 @@
 /* Uncompleted XXX matt */
 typedef struct cli_runopts {
 
+	char *progname;
 	char *remotehost;
 	char *remoteport;