diff options
Diffstat (limited to 'gdb/annotate.h')
-rw-r--r-- | gdb/annotate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/annotate.h b/gdb/annotate.h index 0eae524..0f7b320 100644 --- a/gdb/annotate.h +++ b/gdb/annotate.h @@ -20,7 +20,7 @@ #include "symtab.h" #include "gdbtypes.h" -extern void breakpoints_changed (void); +extern void annotate_breakpoints_changed (void); extern void annotate_ignore_count_change (void); extern void annotate_breakpoint (int); |