X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhello.h;h=c88c89ddfa3f351d44aa5bb14b7263f8eb5f24ae;hp=fc674ad6ef469f9550fcba6436381924ce249afa;hb=cc2d4f015f72d7c30d613b50572eb9f31fac515a;hpb=a93b404161dc42f8dee805c8f95bc4974aded9cb diff --git a/src/hello.h b/src/hello.h index fc674ad6ef..c88c89ddfa 100644 --- a/src/hello.h +++ b/src/hello.h @@ -12,24 +12,18 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ #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 */