| 76 | return ret; |
| 77 | } |
| 78 | void * LookupPlugin (DFLibrary * plugin ,const char * function) |
| 79 | { |
| 80 | return (void *) get_function_address(plugin, function); |
| 81 | } |
| 82 | bool ClosePlugin (DFLibrary * plugin) |
| 83 | { |
| 84 | int res = close_library(plugin); |
no outgoing calls
no test coverage detected