librdf_hash_memory_delete_key_value
Name
librdf_hash_memory_delete_key_value -- Delete a key/value pair from the hash
Synopsis
int librdf_hash_memory_delete_key_value
(void* context, librdf_hash_datum * key, librdf_hash_datum * value);
Arguments
- context
memory hash context
- key
pointer to key to delete
- value
pointer to value to delete
Return value
non 0 on failure