openocd: setup_command_handler() must not be static
commitfb96b8607a0c2a9038df3352b0ef828d78c5e418
authorØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 22 Jun 2010 11:02:00 +0000 (22 13:02 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 23 Jun 2010 09:43:40 +0000 (23 11:43 +0200)
tree67ecc16376d193fce3c0c856814c7504927a484a
parente5d1befe43c1d666551cf2bc93de276d4e997476
openocd: setup_command_handler() must not be static

when OpenOCD is linked with an app this fn can be used from
the outside.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/openocd.c