aboutsummaryrefslogtreecommitdiff
path: root/gdb/typeprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/typeprint.c')
-rw-r--r--gdb/typeprint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/typeprint.c b/gdb/typeprint.c
index 3ace7be..9f8bd4f 100644
--- a/gdb/typeprint.c
+++ b/gdb/typeprint.c
@@ -38,6 +38,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
extern int objectprint; /* Controls looking up an object's derived type
using what we find in its vtables. */
+extern void _initialize_typeprint PARAMS ((void));
+
static void
ptype_command PARAMS ((char *, int));