X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fopenocd.c;h=623bd0c1625d0403e2ef294d25fe4ba31993f6b2;hb=9b5572857a3e42e0984b0daa3c478561337a0451;hp=81c2dcdb389e2c03da79499ada17fe36c3e67a05;hpb=b2495c010148b8343f8f70f6ee558f505a2c7409;p=openocd.git diff --git a/src/openocd.c b/src/openocd.c index 81c2dcdb38..623bd0c162 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -210,7 +210,7 @@ static int openocd_register_commands(struct command_context *cmd_ctx) struct command_context *global_cmd_ctx; /* NB! this fn can be invoked outside this file for non PC hosted builds */ -struct command_context *setup_command_handler(Jim_Interp *interp) +static struct command_context *setup_command_handler(Jim_Interp *interp) { log_init(); LOG_DEBUG("log_init: complete");