From 994396da593f56bb12b564c06e8d9d4d5cde8557 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Mon, 7 Jul 2008 12:19:17 +0000 Subject: - 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 --- src/helper/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/helper/command.h') 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; -- cgit v1.2.3