summaryrefslogtreecommitdiffstats
path: root/lib/command_common.h
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2011-09-06 23:43:26 +0100
committerChris Hall <chris.hall@highwayman.com>2011-09-06 23:43:26 +0100
commit44b5aa5ca8b8a1620478c794dae11a7d71e9211e (patch)
tree00e10e01b36e4452173ffd15c7b1a5ec42dfbc0c /lib/command_common.h
parent1c1a79f1119c8bc898fb96ec385381f61841d7a1 (diff)
downloadquagga-ex19p.tar.bz2
quagga-ex19p.tar.xz
Further improvements to "pipework".ex19p
Version advanced to 0.99.18ex19p. Fixed occasional failure to immediately display prompt after previous command output was abandonned by ^C, particularly with "--more--". Completely removed the "~" temporary prompt, and simplified some logic. Added indication of pthread running to "show version".
Diffstat (limited to 'lib/command_common.h')
-rw-r--r--lib/command_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/command_common.h b/lib/command_common.h
index 4dd26753..501ebc3d 100644
--- a/lib/command_common.h
+++ b/lib/command_common.h
@@ -124,8 +124,6 @@ enum cmd_return_code
/* Return codes from the command parser */
- CMD_EMPTY, /* parser: nothing to execute */
-
CMD_ERR_PARSING, /* parser: general parser error */
CMD_ERR_NO_MATCH, /* parser: command/argument not recognised */
CMD_ERR_AMBIGUOUS, /* parser: more than on command matches */