X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fserver%2Ftcl_server.h;h=422c794eec721ec700f2e98c06836bcd5d29a3ab;hb=d4b7cbff88bb5eb14fececdbd8e2a0b3e58ce6e0;hp=68ad821280868e6ac744a308499adae8fb009cae;hpb=c538a830cdaafa92c9e9a624d84915cc39cce05b;p=fw%2Fopenocd diff --git a/src/server/tcl_server.h b/src/server/tcl_server.h index 68ad82128..422c794ee 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 -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 */