>
> This greatly improves the readability of the code and keeps things
> encapsulated better.
Personally I think that the old FOREACH macros were more readable and
more maintainable instead of expanding manually list handling.
> ---
> server/dcc.c | 12 +---
> server/dcc.h
On Thu, Sep 08, 2016 at 11:52:57AM -0500, Jonathon Jongsma wrote:
> This greatly improves the readability of the code and keeps things
> encapsulated better.
> ---
> server/dcc.c | 12 +---
> server/dcc.h | 1 -
> server/display-channel.c | 39 +
This greatly improves the readability of the code and keeps things
encapsulated better.
---
server/dcc.c | 12 +---
server/dcc.h | 1 -
server/display-channel.c | 39 ++-
server/display-channel.h | 6 +-
server/stream.c