Defines | |
#define | IMOD_CREATE_FUNC_NAME "imod_create" |
#define | IMOD_CREATE_PROTOTYPE() extern "C" Image* imod_create( char* filename ); |
Typedefs | |
typedef Image *(*) | IMOD_CREATE_FUNC (char *filename) |
#define IMOD_CREATE_FUNC_NAME "imod_create" |
The symbol searched with dlsym.
#define IMOD_CREATE_PROTOTYPE | ( | ) | extern "C" Image* imod_create( char* filename ); |
The function which must be exported by the ObjectSet Module to be used with CRBN.
typedef Image*(*) IMOD_CREATE_FUNC(char *filename) |
The function pointer used by libcrbn.