]> git.cworth.org Git - ttt/blobdiff - src/ttt-client.c
2005-11-24 Carl Worth <cworth@cworth.org>
[ttt] / src / ttt-client.c
index 3fdcf83afea53e444c14fa521cc8b6d60f97ced2..508aa88e91ecffba87e9c7e63a3caaa92db521ea 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "ttt-client.h"
 
 
 #include "ttt-client.h"
 
-#include "ttt-command.h"
 #include "ttt-error.h"
 #include "ttt-lex.h"
 #include "ttt-server.h"
 #include "ttt-error.h"
 #include "ttt-lex.h"
 #include "ttt-server.h"
@@ -59,7 +58,7 @@ typedef struct _ttt_command_description {
 } ttt_command_description_t;
 
 ttt_command_description_t command_descriptions[] = {
 } ttt_command_description_t;
 
 ttt_command_description_t command_descriptions[] = {
-    {"HELO", 0, 1, _ttt_client_execute_helo}
+    {"HELO", 1, 1, _ttt_client_execute_helo}
 };
 
 static ttt_error_t
 };
 
 static ttt_error_t