aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/c-lang.h')
-rw-r--r--gdb/c-lang.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/c-lang.h b/gdb/c-lang.h
index ba9d996..afafc9b 100644
--- a/gdb/c-lang.h
+++ b/gdb/c-lang.h
@@ -106,5 +106,9 @@ extern int cp_is_vtbl_ptr_type (struct type *);
extern int cp_is_vtbl_member (struct type *);
+/* These are in c-valprint.c. */
+
+extern int c_textual_element_type (struct type *, char);
+
#endif /* !defined (C_LANG_H) */