Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 86 of file err.c.
Referenced by add_hash(), do_host_lookup(), INET_QueryOption(), NoOpUnused(), read_client_conf(), test_xmlRelaxNGGetParserErrors(), test_xmlRelaxNGGetValidErrors(), test_xmlSchemaGetParserErrors(), test_xmlSchemaGetValidErrors(), and tree_evaluate_recurse().
{ va_list ap; va_start(ap, fmt); vwarn(fmt, ap); va_end(ap); }