Commit bbaedb17 authored by Max Kellermann's avatar Max Kellermann

input_stream: renamed sources, no CamelCase

Renamed inputStream.c and inputStream_file.c.
parent 3609de86
...@@ -47,8 +47,8 @@ mpd_headers = \ ...@@ -47,8 +47,8 @@ mpd_headers = \
decoder_list.h \ decoder_list.h \
decoder/_flac_common.h \ decoder/_flac_common.h \
decoder/_ogg_common.h \ decoder/_ogg_common.h \
inputStream.h \ input_stream.h \
inputStream_file.h \ input_file.h \
client.h \ client.h \
list.h \ list.h \
dlist.h \ dlist.h \
...@@ -128,8 +128,8 @@ mpd_SOURCES = \ ...@@ -128,8 +128,8 @@ mpd_SOURCES = \
dirvec.c \ dirvec.c \
update.c \ update.c \
decoder_list.c \ decoder_list.c \
inputStream.c \ input_stream.c \
inputStream_file.c \ input_file.c \
client.c \ client.c \
ioops.c \ ioops.c \
list.c \ list.c \
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* *
*/ */
#include "inputStream.h" #include "input_stream.h"
#include "replayGain.h" #include "replayGain.h"
#include "tag.h" #include "tag.h"
#include "tag_id3.h" #include "tag_id3.h"
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
*/ */
#include "input_curl.h" #include "input_curl.h"
#include "inputStream.h" #include "input_stream.h"
#include "gcc.h" #include "gcc.h"
#include "dlist.h" #include "dlist.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 "inputStream_file.h" #include "input_file.h"
#include "log.h" #include "log.h"
#include "os_compat.h" #include "os_compat.h"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#ifndef INPUT_STREAM_FILE_H #ifndef INPUT_STREAM_FILE_H
#define INPUT_STREAM_FILE_H #define INPUT_STREAM_FILE_H
#include "inputStream.h" #include "input_stream.h"
void inputStream_initFile(void); void inputStream_initFile(void);
......
...@@ -16,10 +16,10 @@ ...@@ -16,10 +16,10 @@
* 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 "inputStream.h" #include "input_stream.h"
#include "config.h" #include "config.h"
#include "inputStream_file.h" #include "input_file.h"
#ifdef HAVE_CURL #ifdef HAVE_CURL
#include "input_curl.h" #include "input_curl.h"
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include "replayGain.h" #include "replayGain.h"
#include "decoder_list.h" #include "decoder_list.h"
#include "audioOutput.h" #include "audioOutput.h"
#include "inputStream.h" #include "input_stream.h"
#include "state_file.h" #include "state_file.h"
#include "tag.h" #include "tag.h"
#include "dbUtils.h" #include "dbUtils.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