aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* client: reorder function declarationsMax Kellermann2008-09-011-3/+4
| | | | | Change the order of function declarations in client.h, to make it well arranged and readable.
* client: renamed all public functionsMax Kellermann2008-09-011-6/+6
| | | | | | Functions which operate on the whole client list are prefixed with "client_manager_", and functions which handle just one client just get "client_".
* renamed interface.c to client.cMax Kellermann2008-09-011-0/+32
I don't believe "interface" is a good name for something like "connection by a client to MPD", let's call it "client". This is the first patch in the series which changes the name, beginning with the file name.