silc_dll_getsym

SYNOPSIS

    void *silc_dll_getsym(SilcDll dll, const char *symbol);

DESCRIPTION

Returns the memory address of the symbol indicated by `symbol' from the shared object indicated by `dll'. If such symbol does not exist this returns NULL.