38 ret = dlopen(name, RTLD_NOW);
41 fprintf(stderr,
"%s\n", error);
58 return dlsym(handle, name);
void * SHARED_OBJECT_HANDLE
@@@
Shared library / DLL for accessing the driver Functions for obtaining the addresses of plugin functio...
SHARED_OBJECT_HANDLE plugin_load(const char *name)
@@@
void plugin_unload(SHARED_OBJECT_HANDLE handle)
@@@
void * plugin_get_address(SHARED_OBJECT_HANDLE handle, const char *name)
@@@