source: trunk/ffigen4/source/ffigen.h@ 73

Last change on this file since 73 was 73, checked in by gb, 8 years ago

start to tweak a bit

File size: 323 bytes
Line 
1
2/* Prototypes */
3
4void ffi_rest_of_decl_compilation (tree, int, int);
5void ffi_rest_of_type_compilation (tree, int);
6void ffi_early_init (void);
7void ffi_init (FILE *_file, char *);
8void ffi_rest_of_objc_class_compilation (tree);
9void ffi_rest_of_objc_category_compilation (tree);
10void print_ffi_version(FILE *, char *);
11
Note: See TracBrowser for help on using the repository browser.