X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=entity.h;h=337b45ded0515545841be983ef9afedea6f79d2a;hb=384c947c02bf0d381b0cc3abad0b4099c070030b;hp=ee0db1073bd39a8457df2ce949af11a19848ccb4;hpb=02f47f268839c472e23095ac0025e5ccbb5ed70a;p=cparser diff --git a/entity.h b/entity.h index ee0db10..337b45d 100644 --- a/entity.h +++ b/entity.h @@ -1,6 +1,6 @@ /* * This file is part of cparser. - * Copyright (C) 2007-2008 Matthias Braun + * Copyright (C) 2007-2009 Matthias Braun * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -35,4 +35,6 @@ typedef struct function_t function_t; typedef struct compound_member_t compound_member_t; typedef union entity_t entity_t; +typedef unsigned decl_modifiers_t; + #endif