void librdf_parser_set_warning (librdf_parser* parser, void * user_data, void (*warning_fn) (void *user_data, const char *msg, ...));
void librdf_parser_set_warning
the parser
user data to pass to function
pointer to the function
The function will receive callbacks when the parser gives a warning.