diff options
Diffstat (limited to 'gdb/annotate.c')
-rw-r--r-- | gdb/annotate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/annotate.c b/gdb/annotate.c index 5cde626..3b4ab3c 100644 --- a/gdb/annotate.c +++ b/gdb/annotate.c @@ -27,6 +27,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Prototypes for local functions. */ +extern void _initialize_annotate PARAMS ((void)); + static void print_value_flags PARAMS ((struct type *)); static void breakpoint_changed PARAMS ((struct breakpoint *)); |