summaryrefslogtreecommitdiff
path: root/gdb/tracepoint.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
commit1684382a9110efd6523ce304cb99c869053323c8 (patch)
tree40364f6d12e4c278425f9de47c2f4e15c98e8076 /gdb/tracepoint.h
parent2729fb2483899a9b69e0d73500c79373156f27a7 (diff)
downloadgdb-cagney_writestrings-20030508-branch.tar.gz
Diffstat (limited to 'gdb/tracepoint.h')
-rw-r--r--gdb/tracepoint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/tracepoint.h b/gdb/tracepoint.h
index c464ae1f98c..b40a6c01b11 100644
--- a/gdb/tracepoint.h
+++ b/gdb/tracepoint.h
@@ -112,10 +112,10 @@ extern unsigned long trace_running_p;
void (*create_tracepoint_hook) (struct tracepoint *);
void (*delete_tracepoint_hook) (struct tracepoint *);
void (*modify_tracepoint_hook) (struct tracepoint *);
-void (*trace_find_hook) (char *arg, int from_tty);
+void (*trace_find_hook) (char *const arg, int from_tty);
void (*trace_start_stop_hook) (int start, int from_tty);
-struct tracepoint *get_tracepoint_by_number (char **, int, int);
+struct tracepoint *get_tracepoint_by_number (const char **, int, int);
int get_traceframe_number (void);
void free_actions (struct tracepoint *);
enum actionline_type validate_actionline (char **, struct tracepoint *);