X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fserver%2Ftcl_server.h;h=6360a77f80dac426ca9bdd12db90f77c9b00610b;hp=d6c9e10b1cabd5356d8111a231fc2f6e4ffedec3;hb=d0e763ac7ef6aa17b17bd00ccdfbccfb4eacda69;hpb=994a63c3fee11b8c65891ead6b03b2b716044541 diff --git a/src/server/tcl_server.h b/src/server/tcl_server.h index d6c9e10b1c..6360a77f80 100644 --- a/src/server/tcl_server.h +++ b/src/server/tcl_server.h @@ -12,17 +12,15 @@ * GNU General Public License for more details. * * * * You should have received a copy of the GNU General Public License * - * along with this program; if not, write to the * - * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * along with this program. If not, see . * ***************************************************************************/ #ifndef _TCL_SERVER_H_ #define _TCL_SERVER_H_ -#include "server.h" +#include int tcl_init(void); -int tcl_register_commands(command_context_t *cmd_ctx); +int tcl_register_commands(struct command_context *cmd_ctx); -#endif /* _TCL_SERVER_H_ */ +#endif /* _TCL_SERVER_H_ */