X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=attribute_t.h;h=652b17d3eebc05e878e956b4d2169e1eb3892d17;hb=9634f9c53e95b6bdc7883228c5ec5147f3de4f8e;hp=1a62aeb28c5f294a510473511238a34b9441d485;hpb=27040b8042ae6b0ac7974f52abd95d7562da6d9a;p=cparser diff --git a/attribute_t.h b/attribute_t.h index 1a62aeb..652b17d 100644 --- a/attribute_t.h +++ b/attribute_t.h @@ -143,4 +143,6 @@ struct attribute_t { const char *get_attribute_name(attribute_kind_t kind); +bool attributes_equal(const attribute_t *attr1, const attribute_t *attr2); + #endif