Introduce generic command options framework
[deliverable/binutils-gdb.git] / gdb / cli / cli-decode.h
index a9f9cbfb31e2983470863a6b08b5f2d192202869..05280d9d22024c152e0d9f1d66fd3cd795fab46b 100644 (file)
@@ -261,6 +261,10 @@ extern void not_just_help_class_command (const char *arg, int from_tty);
 
 extern void print_doc_line (struct ui_file *, const char *);
 
+/* The enums of boolean commands.  */
+extern const char * const boolean_enums[];
+
+/* The enums of auto-boolean commands.  */
 extern const char * const auto_boolean_enums[];
 
 /* Verify whether a given cmd_list_element is a user-defined command.
This page took 0.024993 seconds and 4 git commands to generate.