summaryrefslogtreecommitdiff
path: root/src/helper/command.h
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-07 12:19:17 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-07-07 12:19:17 +0000
commit994396da593f56bb12b564c06e8d9d4d5cde8557 (patch)
tree83b5327e5d38b361bee8878dd0f918a0e0bdccbd /src/helper/command.h
parentb31d83c6c7eb274144acc7c40ea4bf8424b6b1e0 (diff)
downloadopenocd_libswd-994396da593f56bb12b564c06e8d9d4d5cde8557.tar.gz
openocd_libswd-994396da593f56bb12b564c06e8d9d4d5cde8557.tar.bz2
openocd_libswd-994396da593f56bb12b564c06e8d9d4d5cde8557.tar.xz
openocd_libswd-994396da593f56bb12b564c06e8d9d4d5cde8557.zip
- command_run_line will only search once for the command, and execute if found
git-svn-id: svn://svn.berlios.de/openocd/trunk@766 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/helper/command.h')
-rw-r--r--src/helper/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/helper/command.h b/src/helper/command.h
index 6381bf35..ea3383e3 100644
--- a/src/helper/command.h
+++ b/src/helper/command.h
@@ -81,6 +81,7 @@ extern void command_output_text(command_context_t *context, const char *data);
#define ERROR_COMMAND_CLOSE_CONNECTION (-600)
#define ERROR_COMMAND_SYNTAX_ERROR (-601)
+#define ERROR_COMMAND_NOTFOUND (-602)
extern int fast_and_dangerous;