| 451 | } |
| 452 | |
| 453 | void omPrintAddrInfo(FILE* fd, void *addr, const char* s) |
| 454 | { |
| 455 | _omPrintAddrInfo(fd, omError_NoError, addr, NULL, 0, 10, s); |
| 456 | } |
| 457 | |
| 458 | /******************************************************************* |
| 459 | * |
no test coverage detected