X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=types.h;h=cb03f883c58d96274ab15f3db41fa22d4fec6b7b;hb=bf92df408b5fef01d5ee065b02c1deb7e4289a5b;hp=f6ff56b8f60d7ea1e9b29ed29af624dd9ecdbef7;hpb=97ab97809ebbe55864b4cddcfecd8d5284b31913;p=cparser diff --git a/types.h b/types.h index f6ff56b..cb03f88 100644 --- a/types.h +++ b/types.h @@ -53,6 +53,7 @@ extern type_t *type_unsigned_long_ptr; extern type_t *type_short_ptr; extern type_t *type_signed_char_ptr; extern type_t *type_void_ptr; +extern type_t *type_const_void; extern type_t *type_const_void_ptr; extern type_t *type_void_ptr_restrict; extern type_t *type_const_void_ptr_restrict;