2008-06-06 Pedro Alves * annotate.h (annotate_thread_changed): Declare. --- gdb/annotate.h | 1 + 1 file changed, 1 insertion(+) Index: src/gdb/annotate.h =================================================================== --- src.orig/gdb/annotate.h 2008-06-06 03:27:03.000000000 +0100 +++ src/gdb/annotate.h 2008-06-06 03:27:44.000000000 +0100 @@ -44,6 +44,7 @@ extern void annotate_breakpoints_table_e extern void annotate_frames_invalid (void); extern void annotate_new_thread (void); +extern void annotate_thread_changed (void); struct type;