X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Fopenocd.h;h=6d87c2af9012359043ea715382fb1ad73df66a82;hb=d940a3224b3c06e6008c03d8dcb2682ea4135b7a;hp=80331157c12836a28992520e1beb38b6032eb250;hpb=250dc580561269737ca9a87ef92cb6aaa4570842;p=openocd.git diff --git a/src/openocd.h b/src/openocd.h index 80331157c1..6d87c2af90 100644 --- a/src/openocd.h +++ b/src/openocd.h @@ -15,7 +15,7 @@ * 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. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * ***************************************************************************/ #ifndef OPENOCD_H @@ -31,7 +31,4 @@ */ int openocd_main(int argc, char *argv[]); -/** provides a hard-coded command environment setup */ -extern const char openocd_startup_tcl[]; - #endif