X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.h;h=543ac3c23940cfa1c6c439e24e98532314ff2eec;hp=80331157c12836a28992520e1beb38b6032eb250;hb=b04c7c2ca587feebd6506716cd84297212350608;hpb=250dc580561269737ca9a87ef92cb6aaa4570842 diff --git a/src/openocd.h b/src/openocd.h index 80331157c1..543ac3c239 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -13,13 +13,11 @@ * 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 OPENOCD_H -#define OPENOCD_H +#ifndef OPENOCD_OPENOCD_H +#define OPENOCD_OPENOCD_H /** * Different applications can define this entry point to override @@ -31,7 +29,4 @@ */ int openocd_main(int argc, char *argv[]); -/** provides a hard-coded command environment setup */ -extern const char openocd_startup_tcl[]; - -#endif +#endif /* OPENOCD_OPENOCD_H */