X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fident.h;h=9b3e0086ec8ed2cba24fa123b512a74122a87f68;hb=fa5ab873b17e738215efcdc1cfe08fdfe4103bf9;hp=8e3c4298f640f07398f6d1e737ea61dff0848a7e;hpb=f2a3afa4ca3714bbb62f378a67f2291a71d7b8e5;p=libfirm diff --git a/include/libfirm/ident.h b/include/libfirm/ident.h index 8e3c4298f..9b3e0086e 100644 --- a/include/libfirm/ident.h +++ b/include/libfirm/ident.h @@ -37,7 +37,7 @@ /** * The ident module interface. */ -typedef struct _ident_if_t { +struct ident_if_t { /** The handle. */ void *handle; @@ -76,7 +76,7 @@ typedef struct _ident_if_t { * Finish the ident module and frees all idents, may be NULL. */ void (*finish_ident)(void *handle); -} ident_if_t; +}; /** * Store a string and create an ident.