2005-07-15 Nick Roberts <nickrob@snap.net.nz>
[deliverable/binutils-gdb.git] / gdb / varobj.h
index cd3023310a6cd412fb8b676ad6a419a01b7d65de..68ae62931d5ec0a7cfdcdfd38fd5871adfb85338 100644 (file)
@@ -1,5 +1,5 @@
 /* GDB variable objects API.
-   Copyright 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1999, 2000, 2001, 2005 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -85,6 +85,8 @@ extern int varobj_list_children (struct varobj *var,
 
 extern char *varobj_get_type (struct varobj *var);
 
+extern struct type *varobj_get_gdb_type (struct varobj *var);
+
 extern enum varobj_languages varobj_get_language (struct varobj *var);
 
 extern int varobj_get_attributes (struct varobj *var);
This page took 0.02451 seconds and 4 git commands to generate.