Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)
[deliverable/binutils-gdb.git] / gdb / command.h
index 69e903fd1ce9d6d5a9295c96d99e625f260e4314..3dde2475cb15381d28012610631ec29a368ca784 100644 (file)
@@ -1,6 +1,6 @@
 /* Header file for command creation.
 
-   Copyright (C) 1986-2017 Free Software Foundation, Inc.
+   Copyright (C) 1986-2018 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -453,6 +453,6 @@ extern int cmd_func_p (struct cmd_list_element *cmd);
 
 /* Call the command function.  */
 extern void cmd_func (struct cmd_list_element *cmd,
-                     char *args, int from_tty);
+                     const char *args, int from_tty);
 
 #endif /* !defined (COMMAND_H) */
This page took 0.024869 seconds and 4 git commands to generate.