>
> This improves the readability of the code and keeps things
> encapsulated better.
> ---
> Changes in v2:
> - changed some loops from while to for
> - moved some declarations within loop scope
>
> server/dcc.c | 12 +---
> server/dcc.h | 1 -
> server/displa
This improves the readability of the code and keeps things
encapsulated better.
---
Changes in v2:
- changed some loops from while to for
- moved some declarations within loop scope
server/dcc.c | 12 +---
server/dcc.h | 1 -
server/display-channel.c | 34 ++