File: libxml.c

package info (click to toggle)
rust-hurl 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,956 kB
  • sloc: makefile: 8; ansic: 2
file content (4 lines) | stat: -rw-r--r-- 192 bytes parent folder | download
1
2
3
4
// This callback will prevent from outputting error messages
// It could not be implemented in Rust, because the function is variadic
void silentErrorFunc(void *ctx, const char * msg, ...) {
}