summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-11 09:06:36 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-11 09:06:36 +0000
commit381f9a2e8aa1697e2af3c2bcad962dfcfe7348d7 (patch)
tree86e18dbf7d8f8d004971e40ef8666379160f10dc /src/helper/command.h
parent0f2dfabd3b6123eb0cf9620e557e95ad76eaef91 (diff)
downloadopenocd_libswd-381f9a2e8aa1697e2af3c2bcad962dfcfe7348d7.tar.gz
openocd_libswd-381f9a2e8aa1697e2af3c2bcad962dfcfe7348d7.tar.bz2
openocd_libswd-381f9a2e8aa1697e2af3c2bcad962dfcfe7348d7.tar.xz
openocd_libswd-381f9a2e8aa1697e2af3c2bcad962dfcfe7348d7.zip
.cfg files are now executed as Jim Tcl. Commands that terminate script w/error message.
git-svn-id: svn://svn.berlios.de/openocd/trunk@790 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index ea3383e3..6a1da024 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -76,7 +76,6 @@ extern void command_print_sameline(command_context_t *context, char *format, ...
extern int command_run_line(command_context_t *context, char *line);
extern int command_run_linef(command_context_t *context, char *format, ...);
extern int command_run_line_internal(command_context_t *context, char *line);
-extern int command_run_file(command_context_t *context, FILE *file, enum command_mode mode);
extern void command_output_text(command_context_t *context, const char *data);
#define ERROR_COMMAND_CLOSE_CONNECTION (-600)