librdf_hash_register_factory

Name

librdf_hash_register_factory --  Register a hash factory

Synopsis

void librdf_hash_register_factory (librdf_world * world, const char * name, void (*factory) (librdf_hash_factory*));

Arguments

world

redland world object

name

the hash factory name

factory

pointer to function to call to register the factory