include/opcode/
[deliverable/binutils-gdb.git] / include / gdb / remote-sim.h
index 14a86a8666263bc2d8dfdfc5a8bc83a8980b09e5..113030c8215aba872b2cbc2bc8b8949e57745577 100644 (file)
@@ -1,7 +1,6 @@
 /* This file defines the interface between the simulator and gdb.
 
-   Copyright 1993, 1994, 1996, 1997, 1998, 2000, 2002, 2007, 2008, 2009, 2010,
-   2011 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
 }
This page took 0.023966 seconds and 4 git commands to generate.