X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fopenocd.c;h=81c2dcdb389e2c03da79499ada17fe36c3e67a05;hb=3f9d377ce788365844f9225064cb9b0f0b4542ef;hp=54c454d7486b6e21cae8f17157bdc90d909d081a;hpb=3ad171cd537f8fc1bac649f24513ebfafd95baf2;p=openocd.git diff --git a/src/openocd.c b/src/openocd.c index 54c454d748..81c2dcdb38 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -202,7 +202,7 @@ static const struct command_registration openocd_command_handlers[] = { COMMAND_REGISTRATION_DONE }; -int openocd_register_commands(struct command_context *cmd_ctx) +static int openocd_register_commands(struct command_context *cmd_ctx) { return register_commands(cmd_ctx, NULL, openocd_command_handlers); }