Index: include/gdb/remote-sim.h |
diff --git a/include/gdb/remote-sim.h b/include/gdb/remote-sim.h |
index cef0dd93079441003f81492afcd3aac45efef871..113030c8215aba872b2cbc2bc8b8949e57745577 100644 |
--- a/include/gdb/remote-sim.h |
+++ b/include/gdb/remote-sim.h |
@@ -1,7 +1,6 @@ |
/* This file defines the interface between the simulator and gdb. |
- Copyright 1993-1994, 1996-1998, 2000, 2002, 2007-2012 Free Software |
- Foundation, Inc. |
+ Copyright 1993-2013 Free Software Foundation, Inc. |
This file is part of GDB. |
@@ -279,7 +278,7 @@ void sim_do_command (SIM_DESC sd, char *cmd); |
/* Complete a command based on the available sim commands. Returns an |
array of possible matches. */ |
-char **sim_complete_command (SIM_DESC sd, char *text, char *word); |
+char **sim_complete_command (SIM_DESC sd, const char *text, const char *word); |
#ifdef __cplusplus |
} |