diff options
author | Max Kellermann <max@duempel.org> | 2008-10-26 19:38:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-26 19:38:50 +0100 |
commit | bbaedb17d52cf14cf1abc3f24a90dfa06f875440 (patch) | |
tree | 6dd21bbc2000ccea211f29ca1eab4b67e4a371fe /src/input_file.h | |
parent | 3609de8685cfdfbf2d01fb8bbff02a78d9c07d06 (diff) | |
download | mpd-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); |