Commit 4c4ea428 authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

DSO_bind() is effectively a method-specific wrapper for dlopen() or

whatever the underlying API is. It must return (void *) because shared
libraries can expose functions, structures, or whatever. However, some
compilers give loads of warnings about casted function pointers through
this code, so I am explicitly casting them to the right prototypes.
parent 28e94dc7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment