Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | client: renamed Interface to struct client | Max Kellermann | 2008-08-28 | 1 | -19/+19 |
| | | | | | | | Second patch: rename the internal struct name. We will eventually export this type as an opaque forward-declared struct later, so we can pass a struct pointer instead of a file descriptor, which would save us an expensive linear lookup. | ||||
* | renamed interface.c to client.c | Max Kellermann | 2008-08-28 | 1 | -0/+797 |
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. |