]> git.sur5r.net Git - openocd/commit
add command_output_handler_t
authorZachary T Welch <zw@superlucidity.net>
Wed, 11 Nov 2009 02:42:45 +0000 (18:42 -0800)
committerZachary T Welch <zw@superlucidity.net>
Fri, 13 Nov 2009 18:51:45 +0000 (10:51 -0800)
commit1ae4d93c3c90f176f6b94579ba3fabe1e17d715e
tree2e3e3706c9f82f09146538398d84d0c017282a2a
parent5eb638c71e95048b090b8a19640d7d4902c07902
add command_output_handler_t

Add a typedef for command output handler function type, simplifying
the appearance of functions that use it and eliminating duplicate code.
src/helper/command.c
src/helper/command.h