2017-09-27 Tom Tromey <tom@tromey.com>
+ * target-descriptions.c (unset_tdesc_filename_cmd)
+ (maint_print_c_tdesc_cmd, maintenance_check_xml_descriptions):
+ Constify.
+
+2017-09-27 Tom Tromey <tom@tromey.com>
+
* dummy-frame.c (maintenance_print_dummy_frames): Constify.
2017-09-27 Tom Tromey <tom@tromey.com>
}
static void
-unset_tdesc_filename_cmd (char *args, int from_tty)
+unset_tdesc_filename_cmd (const char *args, int from_tty)
{
xfree (target_description_filename);
target_description_filename = NULL;
};
static void
-maint_print_c_tdesc_cmd (char *args, int from_tty)
+maint_print_c_tdesc_cmd (const char *args, int from_tty)
{
const struct target_desc *tdesc;
const char *filename;
found in the specified directory DIR. */
static void
-maintenance_check_xml_descriptions (char *dir, int from_tty)
+maintenance_check_xml_descriptions (const char *dir, int from_tty)
{
if (dir == NULL)
error (_("Missing dir name"));