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
8e084070
Commit
8e084070
authored
Aug 24, 2011
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/raop: make send_control_command() static
Only used internally.
parent
c0a4558c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
raop_output_plugin.c
src/output/raop_output_plugin.c
+1
-1
raop_output_plugin.h
src/output/raop_output_plugin.h
+0
-3
No files found.
src/output/raop_output_plugin.c
View file @
8e084070
...
...
@@ -447,7 +447,7 @@ get_time_for_rtp(struct play_state *state, struct timeval *tout)
/*
* Send a control command
*/
bool
static
bool
send_control_command
(
struct
control_data
*
ctrl
,
struct
raop_data
*
rd
,
struct
play_state
*
state
)
{
unsigned
char
buf
[
20
];
...
...
src/output/raop_output_plugin.h
View file @
8e084070
...
...
@@ -121,9 +121,6 @@ struct control_data {
int
fd
;
};
bool
send_control_command
(
struct
control_data
*
ctrl
,
struct
raop_data
*
rd
,
struct
play_state
*
state
);
/*********************************************************************/
#define NUMSAMPLES 352
...
...
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