X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=type.h;h=30050da4025c017688e0db81e1d0c99cf26fefb9;hb=23a7fb81b19babf67991342c583bf74a556f3019;hp=07dac8e8c4481709b2bf1844aa8a33cdbc758859;hpb=65fd450d888967cad7803e23356b375033cd9720;p=cparser diff --git a/type.h b/type.h index 07dac8e..30050da 100644 --- a/type.h +++ b/type.h @@ -42,8 +42,6 @@ void type_set_output(FILE *out); void inc_type_visited(void); -void set_print_compound_entries(bool enabled); - /** * returns true if type contains integer numbers */ @@ -81,6 +79,7 @@ bool types_compatible(const type_t *type1, const type_t *type2); bool pointers_compatible(const type_t *type1, const type_t *type2); +type_t *get_unqualified_type(type_t *type); type_t *skip_typeref(type_t *type); #endif