Commit deb29e08 authored by Max Kellermann's avatar Max Kellermann

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.
parent 9340e291
...@@ -53,7 +53,7 @@ mpd_headers = \ ...@@ -53,7 +53,7 @@ mpd_headers = \
inputStream_file.h \ inputStream_file.h \
inputStream_http.h \ inputStream_http.h \
inputStream_http_auth.h \ inputStream_http_auth.h \
interface.h \ client.h \
list.h \ list.h \
dlist.h \ dlist.h \
listen.h \ listen.h \
...@@ -116,7 +116,7 @@ mpd_SOURCES = \ ...@@ -116,7 +116,7 @@ mpd_SOURCES = \
inputStream.c \ inputStream.c \
inputStream_file.c \ inputStream_file.c \
inputStream_http.c \ inputStream_http.c \
interface.c \ client.c \
ioops.c \ ioops.c \
list.c \ list.c \
listen.c \ listen.c \
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "interface.h" #include "client.h"
#include "command.h" #include "command.h"
#include "conf.h" #include "conf.h"
#include "log.h" #include "log.h"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#include "command.h" #include "command.h"
#include "conf.h" #include "conf.h"
#include "interface.h" #include "client.h"
#include "listen.h" #include "listen.h"
#include "log.h" #include "log.h"
#include "ls.h" #include "ls.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
*/ */
#include "listen.h" #include "listen.h"
#include "interface.h" #include "client.h"
#include "conf.h" #include "conf.h"
#include "log.h" #include "log.h"
#include "utils.h" #include "utils.h"
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "interface.h" #include "client.h"
#include "command.h" #include "command.h"
#include "playlist.h" #include "playlist.h"
#include "directory.h" #include "directory.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
*/ */
#include "myfprintf.h" #include "myfprintf.h"
#include "interface.h" #include "client.h"
#include "path.h" #include "path.h"
#include "utils.h" #include "utils.h"
#include "os_compat.h" #include "os_compat.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment