don't let bin2hex call strlen
[deliverable/binutils-gdb.git] / gdb / typeprint.h
index 039b2b02c8015bf58d2c2ae447d7100a962cfc14..61dfcb3f1df759413225abc647e1e21147556341 100644 (file)
@@ -22,6 +22,7 @@
 enum language;
 struct ui_file;
 struct typedef_hash_table;
+struct ext_lang_type_printers;
 
 struct type_print_options
 {
@@ -44,7 +45,7 @@ struct type_print_options
 
   /* The list of type printers associated with the global typedef
      table.  This is intentionally opaque.  */
-  void *global_printers;
+  struct ext_lang_type_printers *global_printers;
 };
 
 extern const struct type_print_options type_print_raw_options;
This page took 0.027401 seconds and 4 git commands to generate.