X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type.h;h=b3700a8162b976832bf51de0196f1028e6d3dceb;hb=3e3bf65b33ece40f474c91dac37cf8ea716a5b03;hp=276846e5f25ab6ba0ce6cd7cd40b12b5fb2139ec;hpb=0f81e48e002184e61774824dfa10d2ffec422710;p=cparser diff --git a/type.h b/type.h index 276846e..b3700a8 100644 --- a/type.h +++ b/type.h @@ -7,7 +7,7 @@ typedef struct type_t type_t; typedef struct atomic_type_t atomic_type_t; typedef struct pointer_type_t pointer_type_t; -typedef struct method_parameter_type_t method_parameter_type_t; +typedef struct method_parameter_t method_parameter_t; typedef struct method_type_t method_type_t; typedef struct compound_type_t compound_type_t; typedef struct enum_entry_t enum_entry_t;