X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fhello.h;h=319faa30df4841857e5c0178d5070d98bf692234;hb=d431af34fe0a9695397fb76536a4ac2dbdac126f;hp=fc674ad6ef469f9550fcba6436381924ce249afa;hpb=a93b404161dc42f8dee805c8f95bc4974aded9cb;p=openocd.git diff --git a/src/hello.h b/src/hello.h index fc674ad6ef..319faa30df 100644 --- a/src/hello.h +++ b/src/hello.h @@ -20,16 +20,12 @@ #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. */ extern const struct command_registration hello_command_handlers[]; -#endif // OPENOCD_HELLO_H +#endif /* OPENOCD_HELLO_H */