Re-enabled use of AROS.Boot file due to lack of general enthusiasm for
[tangerine.git] / arch / all-mingw32 / hostlib / hostlib.conf
blobe0db5f228d6a854fd5f68f60d962424386b0a978
1 ##begin config
2 basename HostLib
3 version 1.0
4 residentpri 91
5 libbase HostLibBase
6 libbasetype struct HostLibBase
7 ##end config
9 ##begin cdefprivate
10 #include "hostlib_intern.h"
11 ##end cdefprivate
13 ##begin functionlist
14 void *HostLib_Open(const char *filename, char **error) (A0,A1)
15 int HostLib_Close(void *handle, char **error) (A0,A1)
16 void *HostLib_GetPointer(void *handle, const char *symbol, char **error) (A0,A1,A2)
17 void HostLib_FreeErrorStr(char *error) (A0)
18 APTR *HostLib_GetInterface(void *handle, const char **symbols, ULONG *unresolved) (A0,A1,A2)
19 void HostLib_DropInterface(APTR *interface) (A0)
20 ##end functionlist