X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhello.h;h=f41c67a3cab2db34635122917066e7585e6e1094;hp=fc674ad6ef469f9550fcba6436381924ce249afa;hb=33a17fd35995a7f679f92600055a8f55ae380022;hpb=a93b404161dc42f8dee805c8f95bc4974aded9cb diff --git a/src/hello.h b/src/hello.h index fc674ad6ef..f41c67a3ca 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.