X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe.h;h=fdd6dd53b6cf33e48b1c4239843e22035396b5d8;hb=e6ad8ee4680a88db8652483c2c6f3124f3d9a888;hp=9aa4b32ca6193b256f0e7be0f6aa1e9c72678547;hpb=4c66ebcce62ceffb68a891142dd309429e03351a;p=libfirm diff --git a/ir/be/be.h b/ir/be/be.h index 9aa4b32ca..fdd6dd53b 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -3,9 +3,10 @@ #define _BE_MAIN_H void be_init(void); -void be_main(int argc, const char *argv[]); +void be_main(FILE *file_handle); typedef struct _be_main_env_t be_main_env_t; +typedef struct _be_irg_t be_irg_t; typedef struct _be_options_t be_options_t; #endif