raptor_copy_identifier ( struct raptor_identifier* dest, struct raptor_identifier* src )2nd parameter 'src' (pointer) has base type 'struct raptor_identifier'.
raptor_free_identifier ( struct raptor_identifier* identifier )1st parameter 'identifier' (pointer) has base type 'struct raptor_identifier'.
raptor_init_identifier ( struct raptor_identifier* identifier, enum raptor_identifier_type type, raptor_uri* uri, enum raptor_uri_source uri_source, char* id )1st parameter 'identifier' (pointer) has base type 'struct raptor_identifier'.
raptor_new_identifier ( enum raptor_identifier_type type, raptor_uri* uri, enum raptor_uri_source uri_source, char* id )Return value (pointer) has base type 'struct raptor_identifier'.