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

@@ -17,7 +17,7 @@
*/
#include "myfprintf.h"
#include "interface.h"
#include "client.h"
#include "path.h"
#include "utils.h"
#include "os_compat.h"