renamed interface.c to client.c

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.
This commit is contained in:
Max Kellermann
2008-08-28 20:02:43 +02:00
parent 9340e291f0
commit deb29e0884
7 changed files with 7 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "interface.h"
#include "client.h"
#include "command.h"
#include "playlist.h"
#include "directory.h"