aboutsummaryrefslogtreecommitdiff
path: root/gdb/annotate.h
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2008-05-20 21:04:13 +0000
committerNick Roberts <nickrob@snap.net.nz>2008-05-20 21:04:13 +0000
commit6dfcd28457957839f03df54e99e22126d7dae3ff (patch)
treed1122f6a4b50d0013058ab8d7b6a18cd52c3581a /gdb/annotate.h
parentd17d49478f357f6c4956b4add384e7d41d6f650e (diff)
(annotate_new_thread): New extern.
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 83954ab118..2b618ed182 100644
--- a/gdb/annotate.h
+++ b/gdb/annotate.h
@@ -43,6 +43,7 @@ extern void annotate_record (void);
extern void annotate_breakpoints_table_end (void);
extern void annotate_frames_invalid (void);
+extern void annotate_new_thread (void);
struct type;