X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fhello.h;h=f41c67a3cab2db34635122917066e7585e6e1094;hb=ad0847ca38e4c9d7ea0051ac7718afd3aa61868e;hp=fc674ad6ef469f9550fcba6436381924ce249afa;hpb=a93b404161dc42f8dee805c8f95bc4974aded9cb;p=fw%2Fopenocd diff --git a/src/hello.h b/src/hello.h index fc674ad6e..f41c67a3c 100644 --- a/src/hello.h +++ b/src/hello.h @@ -20,12 +20,8 @@ #ifndef OPENOCD_HELLO_H #define OPENOCD_HELLO_H -struct command_context; struct command_registration; -/// Register the hello commands in the specified command_context -int hello_register_commands(struct command_context *cmd_ctx); - /** * Export the registration for the hello command group, so it can be * embedded in example drivers.