Fixes for compiling on 64bit and outside the source dir
[AROS.git] / tools / collect-aros / backend.h
blob495f9b3258d7cd8be20eb3fa611414916fe00ef3
1 #ifndef _BACKEND_H_
2 #define _BACKEND_H_
4 #include "gensets.h"
6 extern int check_and_print_undefined_symbols(const char *file);
7 extern void collect_sets(const char *file, setnode **setlist_ptr);
9 #endif /* !_BACKEND_H_ */