X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbe.h;h=8c37c40ba65b00c100e6777fc491c0844304ea93;hb=1b5f541f8cbdf52f7700557beda6130562bac5fb;hp=3967a6ba6908d98b93cdff2f5d39af28144d6005;hpb=d26125ca5720072a4975d37c0a17f7ad6c18de2d;p=libfirm diff --git a/ir/be/be.h b/ir/be/be.h index 3967a6ba6..8c37c40ba 100644 --- a/ir/be/be.h +++ b/ir/be/be.h @@ -3,6 +3,14 @@ #define _BE_MAIN_H void be_init(void); -void be_main(int argc, const char *argv[]); -#endif +/** + * Main interface to the frontend. + */ +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 /* _BE_MAIN_H */