aboutsummaryrefslogtreecommitdiffstats
path: root/src/client_internal.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-28client: splitted client.c into several piecesMax Kellermann1-0/+77
The soure file client.c has nearly 1000 lines, time for splitting it into smaller pieces to improve readability.
2009-07-28client: moved struct client to client_internal.hMax Kellermann1-0/+68
Prepare splitting client.c into several sources.