X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fhello.h;h=f41c67a3cab2db34635122917066e7585e6e1094;hb=f44eeba16f3e9bebfbc78fd0841124d8b2556246;hp=fc674ad6ef469f9550fcba6436381924ce249afa;hpb=a93b404161dc42f8dee805c8f95bc4974aded9cb;p=openocd diff --git a/src/hello.h b/src/hello.h index fc674ad6..f41c67a3 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.