Mercurial > dropbear
comparison runopts.h @ 33:f789045062e6
Progressing client support
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 27 Jul 2004 16:30:46 +0000 |
parents | 469950e86d0f |
children | 0913e2ee3545 |
comparison
equal
deleted
inserted
replaced
32:8fd0cdbb5b1b | 33:f789045062e6 |
---|---|
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 int todo; | 82 char *remotehost; |
83 char *remoteport; | |
84 | |
85 char *username; | |
86 /* XXX TODO */ | |
83 | 87 |
84 } cli_runopts; | 88 } cli_runopts; |
85 | 89 |
86 extern cli_runopts cli_opts; | 90 extern cli_runopts cli_opts; |
87 void cli_getopts(int argc, char ** argv); | 91 void cli_getopts(int argc, char ** argv); |