dwarf2_physname patchset:
[deliverable/binutils-gdb.git] / gdb / typeprint.h
index 7d7e6bce8dabaad3114a6a75562acc6c82176ef2..6ee65cf1e65dfe0f91e0863cbdb93cb5169a83b7 100644 (file)
 #ifndef TYPEPRINT_H
 #define TYPEPRINT_H
 
+enum language;
 struct ui_file;
 
 void print_type_scalar (struct type * type, LONGEST, struct ui_file *);
 
 void c_type_print_varspec_suffix (struct type *, struct ui_file *, int,
                                  int, int);
+
+void c_type_print_args (struct type *, struct ui_file *, int, enum language);
 #endif
This page took 0.025311 seconds and 4 git commands to generate.