They are defined in cli/cli-style.c.
Change-Id: Ic478a3985ff0fd773bd7ba85bb144c6e914d0be6
Approved-By: Tom Tromey <tom@tromey.com>
const char *value);
};
+/* Chains containing all defined "set/show style" subcommands. */
+extern struct cmd_list_element *style_set_list;
+extern struct cmd_list_element *style_show_list;
+
/* The file name style. */
extern cli_style_option file_name_style;
#include "cli/cli-script.h"
#include "cli/cli-cmds.h"
-/* Chains containing all defined "set/show style" subcommands. */
-extern struct cmd_list_element *style_set_list;
-extern struct cmd_list_element *style_show_list;
-
#endif /* !defined (GDBCMD_H) */