X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fhello.h;h=d066951249c58d5f52e6976729ce06d67d31141e;hp=fc674ad6ef469f9550fcba6436381924ce249afa;hb=8e4c80c17d6abea8754ab29aa5285ae10e6e273b;hpb=a93b404161dc42f8dee805c8f95bc4974aded9cb diff --git a/src/hello.h b/src/hello.h index fc674ad6ef..d066951249 100644 --- a/src/hello.h +++ b/src/hello.h @@ -14,22 +14,18 @@ * 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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #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 */