aboutsummaryrefslogtreecommitdiffstats
path: root/src/client.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-28 20:02:43 +0200
committerEric Wong <normalperson@yhbt.net>2008-09-01 18:35:18 -0700
commitbd801d6d2ed4b71255dc314f56b8c87220b29853 (patch)
tree5cfc7369a42ee4c84cdd2fe0cdf59dcf3298e13d /src/client.c
parent779bf2b2d99c6bd468821dd1f177a94300593861 (diff)
downloadmpd-bd801d6d2ed4b71255dc314f56b8c87220b29853.tar.gz
mpd-bd801d6d2ed4b71255dc314f56b8c87220b29853.tar.xz
mpd-bd801d6d2ed4b71255dc314f56b8c87220b29853.zip
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.
Diffstat (limited to '')
-rw-r--r--src/client.c (renamed from src/interface.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.c b/src/client.c
index 83e0084b5..a6ca85497 100644
--- a/src/interface.c
+++ b/src/client.c
@@ -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 "conf.h"
#include "log.h"