Defines | |
#define | OSMOD_CREATE_FUNC_NAME "osmod_create" |
#define | OSMOD_FUNCTION_PROTOTYPE() extern "C" ObjectSet* osmod_create( paramlist& pl ) |
Typedefs | |
typedef ObjectSet *(*) | OSMOD_CREATE_FUNC (paramlist &pl) |
An ObjectSet module defined symbols which have to be used to provide a new type of ObjectSet into libcrbn.
#define OSMOD_CREATE_FUNC_NAME "osmod_create" |
The symbol searched with dlsym.
#define OSMOD_FUNCTION_PROTOTYPE | ( | ) | extern "C" ObjectSet* osmod_create( paramlist& pl ) |
The function which must be exported by the ObjectSet Module to be used with CRBN.
typedef ObjectSet*(*) OSMOD_CREATE_FUNC(paramlist &pl) |
The function pointer used by libcrbn.