]> git.sur5r.net Git - openocd/commit
command.c: make commands static
authorZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 05:23:38 +0000 (21:23 -0800)
committerZachary T Welch <zw@superlucidity.net>
Tue, 10 Nov 2009 05:39:46 +0000 (21:39 -0800)
commit841721929a63bb77379b1598d91ed85b85021734
treee19107af12a54a6ea645426c61587dd02e608fa3
parent23d88e57748bece953ddf1063017152243abc93a
command.c: make commands static

Removes useless declarations, moving the handler functions to appear
before their use in the (much bigger) command registriation function.
src/helper/command.c