diff 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
line wrap: on
line diff
--- a/runopts.h	Tue Jul 27 15:12:29 2004 +0000
+++ b/runopts.h	Tue Jul 27 16:30:46 2004 +0000
@@ -79,7 +79,11 @@
 /* Uncompleted XXX matt */
 typedef struct cli_runopts {
 
-	int todo;
+	char *remotehost;
+	char *remoteport;
+
+	char *username;
+	/* XXX TODO */
 
 } cli_runopts;