X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=entity.h;h=5a0c8c48747eaeef331a3ce46ba32198d34e29bc;hb=f841aae9fc133569d1e703eb9b27fd84eddaf397;hp=ee0db1073bd39a8457df2ce949af11a19848ccb4;hpb=02f47f268839c472e23095ac0025e5ccbb5ed70a;p=cparser diff --git a/entity.h b/entity.h index ee0db10..5a0c8c4 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 @@ -31,8 +31,11 @@ typedef struct namespace_t namespace_t; typedef struct declaration_t declaration_t; typedef struct typedef_t typedef_t; typedef struct variable_t variable_t; +typedef struct parameter_t parameter_t; 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