| 82 | } |
| 83 | |
| 84 | int listMatchObjects(void *a, void *b) { |
| 85 | return equalStringObjects(a,b); |
| 86 | } |
| 87 | |
| 88 | /* This function links the client to the global linked list of clients. |
| 89 | * unlinkClient() does the opposite, among other things. */ |
nothing calls this directly
no test coverage detected