2 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
4 Desc: global include for genmodule. Defines global variables and
5 the function prototypes.
12 #include "functionhead.h"
15 void readref(struct config
*);
16 void writemakefile(struct config
*);
17 void writeincproto(struct config
*);
18 void writeincclib(struct config
*);
19 void writeincdefines(struct config
*);
20 void writeinclibdefs(struct config
*);
21 void writestart(struct config
*);
22 void writeend(struct config
*);
23 void writeautoinit(struct config
*);
24 void writestubs(struct config
*);
25 void writefunclist(struct config
*);