Constify add_prefix_cmd
[deliverable/binutils-gdb.git] / gdb / cli / cli-logging.c
index 14242e04749b4391b4320220e9fa03d72468b4ed..ee31659389d6cea83d2d81adbad4d7750ccd2ce1 100644 (file)
@@ -172,7 +172,7 @@ set_logging_off (const char *args, int from_tty)
 }
 
 static void
-set_logging_command (char *args, int from_tty)
+set_logging_command (const char *args, int from_tty)
 {
   printf_unfiltered (_("\"set logging\" lets you log output to a file.\n"
                       "Usage: set logging on [FILENAME]\n"
@@ -183,7 +183,7 @@ set_logging_command (char *args, int from_tty)
 }
 
 static void
-show_logging_command (char *args, int from_tty)
+show_logging_command (const char *args, int from_tty)
 {
   if (saved_filename)
     printf_unfiltered (_("Currently logging to \"%s\".\n"), saved_filename);
This page took 0.024377 seconds and 4 git commands to generate.