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