X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fserver%2Ftelnet_server.h;h=b0c5ceb35d84d3dfeab5d125bfcc0ce7553c7e42;hp=c45a42363f6afb347074600a5dda271f5a7f656b;hb=33a17fd35995a7f679f92600055a8f55ae380022;hpb=f7cd2aa0ef2939f7d3df5f4a86f5e777a27dbd37 diff --git a/src/server/telnet_server.h b/src/server/telnet_server.h index c45a42363f..b0c5ceb35d 100644 --- a/src/server/telnet_server.h +++ b/src/server/telnet_server.h @@ -26,7 +26,7 @@ #ifndef TELNET_SERVER_H #define TELNET_SERVER_H -#include "server.h" +#include #define TELNET_BUFFER_SIZE (1024) @@ -69,6 +69,6 @@ struct telnet_service }; int telnet_init(char *banner); -int telnet_register_commands(command_context_t *command_context); +int telnet_register_commands(struct command_context *command_context); #endif /* TELNET_SERVER_H */