summaryrefslogtreecommitdiff
path: root/gdb/annotate.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-06-06 02:35:47 +0000
committerPedro Alves <palves@redhat.com>2008-06-06 02:35:47 +0000
commita2b87ed1191d4953ab92dbb22d8c8683d5db715e (patch)
tree6bc4a24707c077c92624bc05692fd912aac42fe0 /gdb/annotate.h
parent6e7ba38bc5526abd0c012b3b611e352d7e81825e (diff)
* 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 2b618ed182..bbc274fbf8 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;