Defines | |
| #define | OMOD_CREATE_FUNC_NAME "omod_create" | 
| #define | OMOD_FUNCTION_PROTOTYPE() extern "C" Output* omod_create( paramlist& pl ) | 
Typedefs | |
| typedef Output *(*) | OMOD_CREATE_FUNC (paramlist &pl) | 
| #define OMOD_CREATE_FUNC_NAME "omod_create" | 
The symbol searched with dlsym.
| #define OMOD_FUNCTION_PROTOTYPE | ( | ) | extern "C" Output* omod_create( paramlist& pl ) | 
The function which must be exported by the ObjectSet Module to be used with CRBN.
| typedef Output*(*) OMOD_CREATE_FUNC(paramlist &pl) | 
The function pointer used by libcrbn.
 1.5.0