aboutsummaryrefslogtreecommitdiffstats
path: root/src/myfprintf.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-28 20:02:43 +0200
committerMax Kellermann <max@duempel.org>2008-08-28 20:02:43 +0200
commitdeb29e08844c33f60357d6c54f7255514925c748 (patch)
tree563f15e3b9ac4ba2e8568b33ff2c943dbe4ff494 /src/myfprintf.c
parent9340e291f0906b4ae885d18b3391756cbdf66e78 (diff)
downloadmpd-deb29e08844c33f60357d6c54f7255514925c748.tar.gz
mpd-deb29e08844c33f60357d6c54f7255514925c748.tar.xz
mpd-deb29e08844c33f60357d6c54f7255514925c748.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 'src/myfprintf.c')
-rw-r--r--src/myfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/myfprintf.c b/src/myfprintf.c
index 0732caf02..87745671b 100644
--- a/src/myfprintf.c
+++ b/src/myfprintf.c
@@ -17,7 +17,7 @@
*/
#include "myfprintf.h"
-#include "interface.h"
+#include "client.h"
#include "path.h"
#include "utils.h"
#include "os_compat.h"