re-order some parts of the code so that the msg and rect are only allocated once.
[AROS.git] / tools / parseoffsets / parsendkoffsets.h
blobe61f89bbdaae71046053f889dd2e478ed1a86245
1 #define LINELENGTH 256
3 extern int verbose;
5 extern int parsendkoffsets (char *offfile, char *sdkdir, char *gendir, char *bindir);
6 extern void printBanner(FILE *structfile, char *comment);
7 extern void makefullpath(char *path);