comparison 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
comparison
equal deleted inserted replaced
39:0883c0906870 40:b4874d772210
77 void svr_getopts(int argc, char ** argv); 77 void svr_getopts(int argc, char ** argv);
78 78
79 /* Uncompleted XXX matt */ 79 /* Uncompleted XXX matt */
80 typedef struct cli_runopts { 80 typedef struct cli_runopts {
81 81
82 char *progname;
82 char *remotehost; 83 char *remotehost;
83 char *remoteport; 84 char *remoteport;
84 85
85 char *username; 86 char *username;
86 87