Fix crash when exiting TUI with gdb -tui
[deliverable/binutils-gdb.git] / gdb / interps.h
index 7cdb4d97e80d5de736c7e7850f1027ee567ecb74..b44bd687257c92a40cf17548b7620314e07117b9 100644 (file)
@@ -1,6 +1,6 @@
 /* Manages interpreters for GDB, the GNU debugger.
 
-   Copyright (C) 2000-2019 Free Software Foundation, Inc.
+   Copyright (C) 2000-2020 Free Software Foundation, Inc.
 
    Written by Jim Ingham <jingham@apple.com> of Apple Computer, Inc.
 
@@ -25,6 +25,7 @@
 struct ui_out;
 struct interp;
 struct ui;
+class completion_tracker;
 
 typedef struct interp *(*interp_factory_func) (const char *name);
 
This page took 0.024374 seconds and 4 git commands to generate.