(enum print_values): Add definition.

This commit is contained in:
Nick Roberts 2004-01-20 00:45:29 +00:00
parent 4b3f065892
commit 90e645cd1b
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@ enum mi_cmd_result
MI_CMD_QUIET
};
enum print_values {
PRINT_NO_VALUES,
PRINT_ALL_VALUES,
PRINT_SIMPLE_VALUES
};
typedef enum mi_cmd_result (mi_cmd_argv_ftype) (char *command, char **argv, int argc);
/* Older MI commands have this interface. Retained until all old