1 #define HOSTINTERFACE_VERSION 3
8 void *(*hostlib_Open
)(const char *, char **);
9 int (*hostlib_Close
)(void *, char **);
10 void *(*hostlib_GetPointer
)(void *, const char *, char **);
11 int (*KPutC
)(int chr
);
12 struct MinList
**ModListPtr
;