X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=entity.h;h=ee0db1073bd39a8457df2ce949af11a19848ccb4;hb=9a95f6acbc7b51421bf407966c15b3de82abe9af;hp=f7d43757281c3ceed627cfa21b420000dcf36649;hpb=e97bf80ad2ba7f01d4a2b51d243d6273ae2d65a1;p=cparser diff --git a/entity.h b/entity.h index f7d4375..ee0db10 100644 --- a/entity.h +++ b/entity.h @@ -27,6 +27,7 @@ typedef struct compound_t compound_t; typedef struct enum_t enum_t; typedef struct enum_value_t enum_value_t; typedef struct label_t label_t; +typedef struct namespace_t namespace_t; typedef struct declaration_t declaration_t; typedef struct typedef_t typedef_t; typedef struct variable_t variable_t;