X-Git-Url: https://git.cworth.org/git?p=ttt;a=blobdiff_plain;f=src%2Fttt-client.c;h=508aa88e91ecffba87e9c7e63a3caaa92db521ea;hp=3fdcf83afea53e444c14fa521cc8b6d60f97ced2;hb=f8bdcd97af8d0dcee79ab692fffb83dba5a5498a;hpb=84db9bf52aa25c19f7d547ea2dbec69ca4452300 diff --git a/src/ttt-client.c b/src/ttt-client.c index 3fdcf83..508aa88 100644 --- a/src/ttt-client.c +++ b/src/ttt-client.c @@ -21,7 +21,6 @@ #include "ttt-client.h" -#include "ttt-command.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[] = { - {"HELO", 0, 1, _ttt_client_execute_helo} + {"HELO", 1, 1, _ttt_client_execute_helo} }; static ttt_error_t