| 7014 | } |
| 7015 | |
| 7016 | void sendChildCowInfo(childInfoType info_type, const char *pname) { |
| 7017 | sendChildInfoGeneric(info_type, 0, -1, pname); |
| 7018 | } |
| 7019 | |
| 7020 | void sendChildInfo(childInfoType info_type, size_t keys, const char *pname) { |
| 7021 | sendChildInfoGeneric(info_type, keys, -1, pname); |
no test coverage detected