summaryrefslogtreecommitdiff
path: root/gdb/annotate.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2008-06-06 02:35:47 +0000
committerPedro Alves <pedro@codesourcery.com>2008-06-06 02:35:47 +0000
commitaf819b7021ae815c8d32c6767419ff7569884dfe (patch)
tree6e96c5b717c73cccf9ea2fc15fd7edc1cb3e79a4 /gdb/annotate.h
parent259b329d34467531aba23f6e90089351cd9edf70 (diff)
downloadgdb-af819b7021ae815c8d32c6767419ff7569884dfe.tar.gz
* annotate.h (annotate_thread_changed): Declare.
Diffstat (limited to 'gdb/annotate.h')
-rw-r--r--gdb/annotate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/annotate.h b/gdb/annotate.h
index 2b618ed182a..bbc274fbf84 100644
--- a/gdb/annotate.h
+++ b/gdb/annotate.h
@@ -44,6 +44,7 @@ extern void annotate_breakpoints_table_end (void);
extern void annotate_frames_invalid (void);
extern void annotate_new_thread (void);
+extern void annotate_thread_changed (void);
struct type;