|
@@ -172,7 +172,6 @@ typedef struct _kdbtab {
|
|
kdb_func_t cmd_func; /* Function to execute command */
|
|
kdb_func_t cmd_func; /* Function to execute command */
|
|
char *cmd_usage; /* Usage String for this command */
|
|
char *cmd_usage; /* Usage String for this command */
|
|
char *cmd_help; /* Help message for this command */
|
|
char *cmd_help; /* Help message for this command */
|
|
- short cmd_flags; /* Parsing flags */
|
|
|
|
short cmd_minlen; /* Minimum legal # command
|
|
short cmd_minlen; /* Minimum legal # command
|
|
* chars required */
|
|
* chars required */
|
|
kdb_repeat_t cmd_repeat; /* Does command auto repeat on enter? */
|
|
kdb_repeat_t cmd_repeat; /* Does command auto repeat on enter? */
|