X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fserver%2Ftcl_server.h;h=422c794eec721ec700f2e98c06836bcd5d29a3ab;hb=800fe0b8855165d48ae227fd07657e1fa2c1b2d4;hp=e0d7b16662502c6fe8743a18324b1d28b4cf999a;hpb=7b2906de246bc37af99d432b3edf12e9f5f63521;p=openocd diff --git a/src/server/tcl_server.h b/src/server/tcl_server.h index e0d7b166..422c794e 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_ +#ifndef OPENOCD_SERVER_TCL_SERVER_H +#define OPENOCD_SERVER_TCL_SERVER_H -#include "server.h" +#include -int tcl_init(struct command_context *cmd_ctx); +int tcl_init(void); int tcl_register_commands(struct command_context *cmd_ctx); -#endif /* _TCL_SERVER_H_ */ +#endif /* OPENOCD_SERVER_TCL_SERVER_H */