revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-hosted / hostlib / hostlib.conf
blobb4376d01761199bebac877b5e2c8873f88b6d6a2
1 ##begin config
2 basename HostLib
3 version 3.0
4 residentpri 125
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 void HostLib_Lock() ()
21 void HostLib_Unlock() ()
22 ##end functionlist