* remote.c (remote_set_trace_notes): Make arguments const.

* target.c (update_current_target): Update cast.
	* target.h (to_set_trace_notes): Make arguments const.
This commit is contained in:
Tom Tromey
2013-05-14 20:33:36 +00:00
parent 503ebb2c1d
commit ca623f82a4
4 changed files with 11 additions and 3 deletions

View File

@@ -11126,7 +11126,8 @@ remote_set_trace_buffer_size (LONGEST val)
}
static int
remote_set_trace_notes (char *user, char *notes, char *stop_notes)
remote_set_trace_notes (const char *user, const char *notes,
const char *stop_notes)
{
struct remote_state *rs = get_remote_state ();
char *reply;