X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Flibfirm%2Fcgana.h;h=0fe65f9d5015800501d42ef4aadd61aa04e752cf;hb=26421a7104a54ebb5c46000b468b41deeb5b0641;hp=5ea5058083146fa4cee36115d87032ab98b3d754;hpb=74d5a9023b48f346eead323a74e28297659e34b7;p=libfirm diff --git a/include/libfirm/cgana.h b/include/libfirm/cgana.h index 5ea505808..0fe65f9d5 100644 --- a/include/libfirm/cgana.h +++ b/include/libfirm/cgana.h @@ -76,7 +76,7 @@ * - Replace (Sel-method(Alloc)) by SymConst-entity. * - Replaces Sel-method by SymConst-entity if the method is never overwritten. */ -FIRM_API void cgana(int *len, ir_entity ***free_methods); +FIRM_API size_t cgana(ir_entity ***free_methods); /** Free callee information. *