| 5909 | } |
| 5910 | |
| 5911 | void sendChildCowInfo(childInfoType info_type, char *pname) { |
| 5912 | sendChildInfoGeneric(info_type, 0, -1, pname); |
| 5913 | } |
| 5914 | |
| 5915 | void sendChildInfo(childInfoType info_type, size_t keys, char *pname) { |
| 5916 | sendChildInfoGeneric(info_type, keys, -1, pname); |
no test coverage detected