refactored some code. compiles now without suppresing any warning with gcc-6.3.0.
[AROS.git] / rom / misc / misc.conf
blob0b24acb1f56af3a98d46b652b8288c5bd4b8c70e
1 ##begin config
2 version 41.1
3 libbasetype struct MiscBase
4 residentpri 45
5 ##end config
6 ##begin cdefprivate
7 #include "misc_intern.h"
8 ##end cdefprivate
9 ##begin functionlist
10 char *AllocMiscResource(ULONG unitNum, char *name) (D0, A0)
11 void FreeMiscResource(ULONG unitNum) (D0)
12 ##end functionlist