30 #ifndef COMPONENT_MAPPING_H
31 #define COMPONENT_MAPPING_H
33 #ifdef DISABLE_DYNLOADING
49 void * (*component_getFactory_function)(
const char *,
void *,
void *);
50 } lib_to_component_mapping;
52 const lib_to_component_mapping *lo_get_libmap(
void);