Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
bbaedb17
Commit
bbaedb17
authored
Oct 26, 2008
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input_stream: renamed sources, no CamelCase
Renamed inputStream.c and inputStream_file.c.
parent
3609de86
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
Makefile.am
src/Makefile.am
+4
-4
decoder_api.h
src/decoder_api.h
+1
-1
input_curl.c
src/input_curl.c
+1
-1
input_file.c
src/input_file.c
+1
-1
input_file.h
src/input_file.h
+1
-1
input_stream.c
src/input_stream.c
+2
-2
input_stream.h
src/input_stream.h
+0
-0
main.c
src/main.c
+1
-1
No files found.
src/Makefile.am
View file @
bbaedb17
...
@@ -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
\
input
S
tream.h
\
input
_s
tream.h
\
input
Stream
_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
\
input
S
tream.c
\
input
_s
tream.c
\
input
Stream
_file.c
\
input_file.c
\
client.c
\
client.c
\
ioops.c
\
ioops.c
\
list.c
\
list.c
\
...
...
src/decoder_api.h
View file @
bbaedb17
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
*
*
*/
*/
#include "input
S
tream.h"
#include "input
_s
tream.h"
#include "replayGain.h"
#include "replayGain.h"
#include "tag.h"
#include "tag.h"
#include "tag_id3.h"
#include "tag_id3.h"
...
...
src/input_curl.c
View file @
bbaedb17
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
*/
*/
#include "input_curl.h"
#include "input_curl.h"
#include "input
S
tream.h"
#include "input
_s
tream.h"
#include "gcc.h"
#include "gcc.h"
#include "dlist.h"
#include "dlist.h"
...
...
src/input
Stream
_file.c
→
src/input_file.c
View file @
bbaedb17
...
@@ -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 "input
Stream
_file.h"
#include "input_file.h"
#include "log.h"
#include "log.h"
#include "os_compat.h"
#include "os_compat.h"
...
...
src/input
Stream
_file.h
→
src/input_file.h
View file @
bbaedb17
...
@@ -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 "input
S
tream.h"
#include "input
_s
tream.h"
void
inputStream_initFile
(
void
);
void
inputStream_initFile
(
void
);
...
...
src/input
S
tream.c
→
src/input
_s
tream.c
View file @
bbaedb17
...
@@ -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 "input
S
tream.h"
#include "input
_s
tream.h"
#include "config.h"
#include "config.h"
#include "input
Stream
_file.h"
#include "input_file.h"
#ifdef HAVE_CURL
#ifdef HAVE_CURL
#include "input_curl.h"
#include "input_curl.h"
...
...
src/input
S
tream.h
→
src/input
_s
tream.h
View file @
bbaedb17
File moved
src/main.c
View file @
bbaedb17
...
@@ -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 "input
S
tream.h"
#include "input
_s
tream.h"
#include "state_file.h"
#include "state_file.h"
#include "tag.h"
#include "tag.h"
#include "dbUtils.h"
#include "dbUtils.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment