aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_file.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-26 19:38:50 +0100
committerMax Kellermann <max@duempel.org>2008-10-26 19:38:50 +0100
commitbbaedb17d52cf14cf1abc3f24a90dfa06f875440 (patch)
tree6dd21bbc2000ccea211f29ca1eab4b67e4a371fe /src/input_file.h
parent3609de8685cfdfbf2d01fb8bbff02a78d9c07d06 (diff)
downloadmpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.tar.gz
mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.tar.xz
mpd-bbaedb17d52cf14cf1abc3f24a90dfa06f875440.zip
input_stream: renamed sources, no CamelCase
Renamed inputStream.c and inputStream_file.c.
Diffstat (limited to '')
-rw-r--r--src/input_file.h (renamed from src/inputStream_file.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inputStream_file.h b/src/input_file.h
index 9199d9c01..00d85a36c 100644
--- a/src/inputStream_file.h
+++ b/src/input_file.h
@@ -19,7 +19,7 @@
#ifndef INPUT_STREAM_FILE_H
#define INPUT_STREAM_FILE_H
-#include "inputStream.h"
+#include "input_stream.h"
void inputStream_initFile(void);