* Added support for multiple BOOPSI classes in one module. The class can be a general...
[AROS.git] / tools / genmodule / genmodule.h
blob1691696c53008ed0fa4a0f132dbe7b7a84b9d776
1 /*
2 Copyright © 1995-2005, The AROS Development Team. All rights reserved.
4 Desc: global include for genmodule. Defines global variables and
5 the function prototypes.
6 */
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include <string.h>
10 #include <ctype.h>
12 #include "functionhead.h"
13 #include "config.h"
15 void readref(struct config *);
16 void writeincproto(struct config *);
17 void writeincclib(struct config *);
18 void writeincdefines(struct config *);
19 void writeinclibdefs(struct config *);
20 void writestart(struct config *);
21 void writeend(struct config *);
22 void writeautoinit(struct config *);
23 void writestubs(struct config *);