X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type.h;h=cf8730f167670108cbd3e7bef180a76ff0e3ca80;hb=4f2e72b82ad87a0cd9e9d808f77557da7e0ce55f;hp=bede7c2ebf2f5e7f91018047eaa262d1efcffd6d;hpb=6d7d61de445629e1590d3a2ba2990ef7a651368a;p=cparser diff --git a/type.h b/type.h index bede7c2..cf8730f 100644 --- a/type.h +++ b/type.h @@ -111,11 +111,6 @@ void print_type_qualifiers(type_qualifiers_t qualifiers); void print_enum_definition(const enum_t *enume); void print_compound_definition(const compound_t *compound); -/** - * set output stream for the type printer - */ -void type_set_output(FILE *out); - void inc_type_visited(void); /**